FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonForwardLine Class / ChangeType Property


In This Topic
ChangeType Property (FpScrollBarButtonForwardLine)
In This Topic
Gets or sets the type of change of the scroll bar.
Syntax
'Declaration
 
Public Overridable Property ChangeType As ChangeType
 
'Usage
 
Dim instance As FpScrollBarButtonForwardLine
Dim value As ChangeType
 
instance.ChangeType = value
 
value = instance.ChangeType
See Also