Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollableControl Class
Members


In This Topic
    ScrollableControl Class
    In This Topic
    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
    public abstract class ScrollableControl : Control, GrapeCity.Spreadsheet.Data.IBindings  
    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