Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarComboThumb Class / ScrollTrackBackward Property


In This Topic
ScrollTrackBackward Property
In This Topic
Gets or sets the backward track of the Spread scroll bar.
Syntax
'Declaration
 
Public Property ScrollTrackBackward As FpScrollBarTrackBackward
 
'Usage
 
Dim instance As FpScrollBarComboThumb
Dim value As FpScrollBarTrackBackward
 
instance.ScrollTrackBackward = value
 
value = instance.ScrollTrackBackward
See Also