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