Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / Buttons Property


In This Topic
Buttons Property
In This Topic
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

Property Value

Buttons
See Also