TcxCustomTrackBarProperties.ShowPositionHint Property
Specifies the visibility of a hint window displaying the current thumb position.
Declaration
property ShowPositionHint: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to allow end-users to track the exact thumb position using a hint window. This window is shown automatically in response to thumb position changes and mouse hover events.
You can handle the OnGetPositionHint event to dynamically customize the hint window’s visibility and contents.
Use the TcxHintStyleController component to customize the appearance, position, and behavior of hints in your application.
Note
In range track bar editors (TdxRangeTrackBar and TdxDBRangeTrackBar), the ShowPositionHint property controls the hint visibility for both the thumbs that visualize the selected range.
The default value of the ShowPositionHint property is False.