|
RAD Studio VCL Reference
|
Determines the position of the (optional) Tool Tip displaying the position of the track bar.
property PositionToolTip: TPositionToolTip;
__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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|