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
};

ComCtrls

Set the position of the tool tip to one of the following values:

  • ptNone
  • ptTop
  • ptLeft
  • ptBottom
  • ptRight

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!