Spread Windows Forms 15.0
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
    public FpScrollBarTrackForward ScrollTrackForward {get; set;}
    See Also