Spread Windows Forms 12.0 Product Documentation
Visible Property (FpScrollBarButton)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBarButton Class : Visible Property
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;}

Property Value

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

Reference

FpScrollBarButton Class
FpScrollBarButton Members