The following tables list the members exposed by SliderTickmarkMouseEventArgs.
Name | Description | |
---|---|---|
![]() | SliderTickmarkMouseEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | isLabel | Checks 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 |
![]() | percent | Gets percent between edge of track bar (working area) and location of mouse.Value in range from 0 to 100. |
![]() | tickPercent | Gets 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. |