XTPSliderCommand Enumeration
Description
Indicates where the status bar slider was clicked.
Members
| Member | Description |
|---|---|
| XTP_SB_LINELEFT | The left "Min" button was clicked. |
| XTP_SB_LINERIGHT | The right "Max" button was clicked. |
| XTP_SB_PAGELEFT | The line of the slider was clicked to the left side of the thumb track. |
| XTP_SB_PAGERIGHT | The line of the slider was clicked to the right side of the thumb track. |
| XTP_SB_THUMBTRACK | The thumb track was clicked or is currently being dragged. |
| XTP_SB_LEFT | Reserved for future use. |
| XTP_SB_RIGHT | Reserved for future use. |
| XTP_SB_ENDSCROLL | The control has finished scrolling. |
Remarks
The SliderPaneClick event uses values from this enumeration to indicate where the status bar slider was clicked to change the thumb track position.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.