Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollableControl Class
Members


ScrollableControl Class
Defines a class for whatever that support scrolling behavior. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class ScrollableControl 
   Inherits Control
   Implements GrapeCity.Spreadsheet.Data.IBindings 
 
'Usage
 
Dim instance As ScrollableControl
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.Data.BindableObject
      GrapeCity.Spreadsheet.Drawing.DrawingObject
         GrapeCity.Spreadsheet.Drawing.GraphicObject
            GrapeCity.Spreadsheet.FormControls.Control
               GrapeCity.Spreadsheet.FormControls.ScrollableControl
                  GrapeCity.Spreadsheet.Slicers.Slicer

See Also