Version

SliderTickmarkMouseEventArgs class Members

The following tables list the members exposed by SliderTickmarkMouseEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyisLabelChecks if mouse event belongs to tickmark or tickmark label. True means that mouse was clicked on label, false: mouse was clicked on tickmark.True: mouse is over label  
Public PropertypercentGets percent between edge of track bar (working area) and location of mouse.Value in range from 0 to 100.  
Public PropertytickPercentGets percent between edge of track bar (working area) and a tickmark (or tickmark label) which is closest to location of mouse. Note: that value can be slightly different from value of tickmark or its label due to rounding.Value in range from 0 to 100.  
See Also