Vcl.ComCtrls.TPositionToolTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPositionToolTip = (ptNone, ptTop, ptLeft, ptBottom, ptRight);

C++

enum DECLSPEC_DENUM TPositionToolTip : unsigned char { ptNone, ptTop, ptLeft, ptBottom, ptRight };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Specifies the position of the tool tip.


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.


See Also