FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonForwardLine Class / Visible Property


In This Topic
Visible Property (FpScrollBarButtonForwardLine)
In This Topic
Gets or sets whether the scroll bar is displayed.
Syntax
'Declaration
 
Public Overridable Property Visible As Boolean
 
'Usage
 
Dim instance As FpScrollBarButtonForwardLine
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
See Also