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