RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TPositionToolTip Enumeration

Specifies the position of the tool tip.

Pascal
TPositionToolTip = (
  ptNone,
  ptTop,
  ptLeft,
  ptBottom,
  ptRight
);
C++
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!