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


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