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


In This Topic
    ScrollBar Class
    In This Topic
    Represents the value of another control based on the position of the scroll box. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ScrollBar 
       Inherits Control
       Implements GrapeCity.Spreadsheet.Data.IBindings 
    'Usage
     
    
    Dim instance As ScrollBar
    public sealed class ScrollBar : 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.ScrollBar

    See Also