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