Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / ChangeOnFocus Property


In This Topic
    ChangeOnFocus Property (FpSlider)
    In This Topic
    Gets or sets whether the slider knob moves when intially clicking on the track.
    Syntax
    'Declaration
     
    Public Property ChangeOnFocus As Boolean
    'Usage
     
    Dim instance As FpSlider
    Dim value As Boolean
     
    instance.ChangeOnFocus = value
     
    value = instance.ChangeOnFocus
    public bool ChangeOnFocus {get; set;}

    Property Value

    true if the slider knob moves when initially clicking on the track; false otherwise
    See Also