FarPoint.Win.Spread
Visible Property
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBarButton Class : Visible Property


Gets or sets whether the scroll bar is displayed.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FpScrollBarButton
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
public virtual bool Visible {get; set;}

Return Value

Boolean: true if scroll bar is displayed; false if not

See Also