Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonForwardPage Class / State Property


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

    Property Value

    State of the scroll bar.
    See Also