|
RAD Studio VCL Reference
|
Specifies the position of the tool tip.
TPositionToolTip = ( ptNone, ptTop, ptLeft, ptBottom, ptRight );
enum TPositionToolTip { ptNone, ptTop, ptLeft, ptBottom, ptRight };
Set the position of the tool tip 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 control. |
|
ptBottom |
The Tool Tip appears at the bottom side of the control. |
|
ptLeft |
The Tool Tip appears at the left side of the control. |
|
ptRight |
The Tool Tip appears at the right side of the control. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|