RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTrackBar.PositionToolTip Property

Determines the position of the (optional) Tool Tip displaying the position of the track bar.

Pascal
property PositionToolTip: TPositionToolTip;
C++
__property TPositionToolTip PositionToolTip;

You can set this property to one of the following values.

Value 
Meaning 
ptNone 
No Tool Tip is shown. 
ptTop 
The Tool Tip appears at the top side of the TrackBar. 
ptBottom 
The Tool Tip appears at the bottom side of the TrackBar. 
ptLeft 
The Tool Tip appears at the left side of the TrackBar. 
ptRight 
The Tool Tip appears at the right side of the TrackBar. 

Note: Use ptLeft and ptRight for the vertical Track Bars. Use ptTop and ptBottom for the horizontal Track Bars.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!