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


In This Topic
ChangeValue Property (FpScrollBarButtonBackwardLine)
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 FpScrollBarButtonBackwardLine
Dim value As Integer
 
instance.ChangeValue = value
 
value = instance.ChangeValue
See Also