Spread Windows Forms 11.0 Product Documentation
ChangeOnFocus Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : ChangeOnFocus Property
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

Reference

FpSlider Class
FpSlider Members