Vcl.Themes.TThemedRebar

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TThemedRebar = (
trRebarDontCare,
trRebarRoot,
trGripper,
trGripperVert,
trBand,
trChevronNormal, trChevronHot, trChevronPressed,
trChevronVertNormal, trChevronVertHot, trChevronVertPressed,
trBackground,
trSplitterNormal, trSplitterHot, trSplitterPressed,
trSlipperVertNormal, trSlipperVertHot, trSlipperVertPressed
);

C++

enum DECLSPEC_DENUM TThemedRebar : unsigned char { trRebarDontCare, trRebarRoot, trGripper, trGripperVert, trBand, trChevronNormal, trChevronHot, trChevronPressed, trChevronVertNormal, trChevronVertHot, trChevronVertPressed, trBackground, trSplitterNormal, trSplitterHot, trSplitterPressed, trSlipperVertNormal, trSlipperVertHot, trSlipperVertPressed };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

説明

TThemedRebar は、リバー コントロールのテーマ適用可能部分について記述します。

TThemedRebar は、リバー コントロールのテーマ適用可能部分について記述します。

関連項目