Spread Windows Forms 12.0 Product Documentation
Buttons Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBar Class : Buttons Property
Gets or sets the Spread scroll bar buttons collection.
Syntax
'Declaration
 
Public Property Buttons As FpScrollBarButtonCollection
'Usage
 
Dim instance As FpScrollBar
Dim value As FpScrollBarButtonCollection
 
instance.Buttons = value
 
value = instance.Buttons
public FpScrollBarButtonCollection Buttons {get; set;}

Property Value

FpScrollBarButtonCollection object containing the scroll bar buttons
See Also

Reference

FpScrollBar Class
FpScrollBar Members