Vcl.Themes.TThemedToolTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedToolTip = (
tttToolTipDontCare,
tttToolTipRoot,
tttStandardNormal, tttStandardLink,
tttStandardTitleNormal, tttStandardTitleLink,
tttBaloonNormal, tttBaloonLink,
tttBaloonTitleNormal, tttBaloonTitleLink,
tttBaloonStemUpLeft, tttBaloonStemDownLeft,
tttCloseNormal, tttCloseHot, tttClosePressed,
tttBalloonStemUpLeftWall, tttBalloonStemUpCentered, tttBalloonStemUpRightWall,
tttBalloonStemDownRightWall, tttBalloonStemDownCentered, tttBalloonStemLeftWall,
tttWrenchNormal, tttWrenchHot, tttWrenchPressed
);

C++

enum DECLSPEC_DENUM TThemedToolTip : unsigned char { tttToolTipDontCare, tttToolTipRoot, tttStandardNormal, tttStandardLink, tttStandardTitleNormal, tttStandardTitleLink, tttBaloonNormal, tttBaloonLink, tttBaloonTitleNormal, tttBaloonTitleLink, tttBaloonStemUpLeft, tttBaloonStemDownLeft, tttCloseNormal, tttCloseHot, tttClosePressed, tttBalloonStemUpLeftWall, tttBalloonStemUpCentered, tttBalloonStemUpRightWall, tttBalloonStemDownRightWall, tttBalloonStemDownCentered, tttBalloonStemLeftWall, tttWrenchNormal, tttWrenchHot, tttWrenchPressed };

Properties

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

Description

TThemedToolTip describes the possible themable parts of a tool tip.

TThemedToolTip describes the possible themable parts of a tool tip.

See Also