Spread Windows Forms 15.0
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;}
    See Also