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


In This Topic
AutoSize Property (FpScrollBar)
In This Topic
This property is not relevant for this class.
Syntax
'Declaration
 
Public Overrides Property AutoSize As Boolean
 
'Usage
 
Dim instance As FpScrollBar
Dim value As Boolean
 
instance.AutoSize = value
 
value = instance.AutoSize

Property Value

true if enabled; otherwise, false
See Also