SetTooltipPart Method
Description
Sets the tooltip displayed for a specific part of the slider pane (Min button, Max button, Thumb tracker, etc.).
Syntax
Public Sub SetTooltipPart( _
ByVal Command As XTPSliderCommand, _
ByVal ToolTip As String _
)
Parameters
- Command: Part of the slider to set a tooltip for.
| Value | 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. |
- ToolTip: Text to display as a tooltip.
Remarks
Sets the tooltip displayed for a specific part of the slider pane (Min button, Max button, Thumb tracker, etc.).
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.