Vcl.Themes.TThemedPanel
Delphi
TThemedPanel = (
tpPanelDontCare,
tpPanelRoot,
tpPanelBackground,
tpPanelBevel,
tpDockPanelHorzNormal, tpDockPanelHorzSelected,
tpDockPanelVertNormal, tpDockPanelVertSelected,
tpDockPanelPinNormal,
tpDockPanelCloseNormal
);
C++
enum DECLSPEC_DENUM TThemedPanel : unsigned char { tpPanelDontCare, tpPanelRoot, tpPanelBackground, tpPanelBevel, tpDockPanelHorzNormal, tpDockPanelHorzSelected, tpDockPanelVertNormal, tpDockPanelVertSelected, tpDockPanelPinNormal, tpDockPanelCloseNormal };
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.