RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedToolTip Enumeration

TThemedToolTip describes the possible themable parts of a tool tip.

Pascal
TThemedToolTip = (
  tttToolTipDontCare,
  tttToolTipRoot,
  tttStandardNormal,
  tttStandardLink,
  tttStandardTitleNormal,
  tttStandardTitleLink,
  tttBaloonNormal,
  tttBaloonLink,
  tttBaloonTitleNormal,
  tttBaloonTitleLink,
  tttBaloonStemUpLeft,
  tttBaloonStemDownLeft,
  tttCloseNormal,
  tttCloseHot,
  tttClosePressed
);
C++
enum TThemedToolTip {
  tttToolTipDontCare,
  tttToolTipRoot,
  tttStandardNormal,
  tttStandardLink,
  tttStandardTitleNormal,
  tttStandardTitleLink,
  tttBaloonNormal,
  tttBaloonLink,
  tttBaloonTitleNormal,
  tttBaloonTitleLink,
  tttBaloonStemUpLeft,
  tttBaloonStemDownLeft,
  tttCloseNormal,
  tttCloseHot,
  tttClosePressed
};

TThemedToolTip describes the possible themable parts of a tool tip. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!