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


In This Topic
ChangeValue Property (FpScrollBarButtonForwardLine)
In This Topic
Gets or sets the moving value of the button when the scroll bar button is clicked.
Syntax
'Declaration
 
Public Overridable Property ChangeValue As Integer
 
'Usage
 
Dim instance As FpScrollBarButtonForwardLine
Dim value As Integer
 
instance.ChangeValue = value
 
value = instance.ChangeValue
See Also