Vcl.Themes.TThemedFlyOut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedFlyOut = (
tfFlyOutDontCare,
tfFlyOutRoot,
tfFlyOutHeader,
tfFlyOutBodyNormal, tfFlyOutBodyEmphasized,
tfFlyOutLabelNormal, tfFlyOutLabelSlected, tfFlyOutLabelEmphasized, tfFlyOutLabelDisabled,
tfFlyOutLinkNormal, tfFlyOutLinkHover,
tfFlyOutDivider,
tfFlyOutWindow,
tfFlyOutLinkArea,
tfFlyOutLinkHeaderNormal, tfFlyOutLinkHeaderHover
);

C++

enum DECLSPEC_DENUM TThemedFlyOut : unsigned char { tfFlyOutDontCare, tfFlyOutRoot, tfFlyOutHeader, tfFlyOutBodyNormal, tfFlyOutBodyEmphasized, tfFlyOutLabelNormal, tfFlyOutLabelSlected, tfFlyOutLabelEmphasized, tfFlyOutLabelDisabled, tfFlyOutLinkNormal, tfFlyOutLinkHover, tfFlyOutDivider, tfFlyOutWindow, tfFlyOutLinkArea, tfFlyOutLinkHeaderNormal, tfFlyOutLinkHeaderHover };

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.