Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButton Class / State Property


In This Topic
    State Property (FpScrollBarButton)
    In This Topic
    Gets the state of the scroll bar.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property State As ScrollBarState
    'Usage
     
    
    Dim instance As FpScrollBarButton
    Dim value As ScrollBarState
     
    value = instance.State
    public virtual ScrollBarState State {get;}

    Property Value

    State of the scroll bar.
    See Also