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


In This Topic
    Visible Property (FpScrollBarButton)
    In This Topic
    Gets or sets whether the scroll bar is displayed.
    Syntax
    'Declaration
     
    
    Public Overridable Property Visible As Boolean
    'Usage
     
    
    Dim instance As FpScrollBarButton
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public virtual bool Visible {get; set;}
    See Also