Vcl.Themes.TThemedEdit

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

Delphi

TThemedEdit = (
teEditDontCare,
teEditRoot,
teEditTextNormal, teEditTextHot, teEditTextSelected, teEditTextDisabled, teEditTextFocused, teEditTextReadOnly, teEditTextAssist,
teEditCaret,
teBackgroundNormal, teBackgroundHot, teBackgroundDisabled, teBackgroundFocused, teBackgroundReadOnly, teBackgroundAssist,
tePassword,
teBackgroundWithBorderNormal, teBackgroundWithBorderHot, teBackgroundWithBorderDisabled, teBackgroundWithBorderFocused,
teEditBorderNoScrollNormal, teEditBorderNoScrollHot, teEditBorderNoScrollFocused, teEditBorderNoScrollDisabled,
teEditBorderHScrollNormal, teEditBorderHScrollHot, teEditBorderHScrollFocused, teEditBorderHScrollDisabled,
teEditBorderVScrollNormal, teEditBorderVScrollHot, teEditBorderVScrollFocused, teEditBorderVScrollDisabled,
teEditBorderHVScrollNormal, teEditBorderHVScrollHot, teEditBorderHVScrollFocused, teEditBorderHVScrollDisabled
);

C++

enum DECLSPEC_DENUM TThemedEdit : unsigned char { teEditDontCare, teEditRoot, teEditTextNormal, teEditTextHot, teEditTextSelected, teEditTextDisabled, teEditTextFocused, teEditTextReadOnly, teEditTextAssist, teEditCaret, teBackgroundNormal, teBackgroundHot, teBackgroundDisabled, teBackgroundFocused, teBackgroundReadOnly, teBackgroundAssist, tePassword, teBackgroundWithBorderNormal, teBackgroundWithBorderHot, teBackgroundWithBorderDisabled, teBackgroundWithBorderFocused, teEditBorderNoScrollNormal, teEditBorderNoScrollHot, teEditBorderNoScrollFocused, teEditBorderNoScrollDisabled, teEditBorderHScrollNormal, teEditBorderHScrollHot, teEditBorderHScrollFocused, teEditBorderHScrollDisabled, teEditBorderVScrollNormal, teEditBorderVScrollHot,
    teEditBorderVScrollFocused, teEditBorderVScrollDisabled, teEditBorderHVScrollNormal, teEditBorderHVScrollHot, teEditBorderHVScrollFocused, teEditBorderHVScrollDisabled };

プロパティ

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

説明

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

TThemedEdit は、編集コントロールのテーマ適用可能部分について記述します。以下の表では、TThemedEdit が取り得る値とその意味を示します。



説明

teEditDontCare

編集コントロールのすべての部分で共有される内容。

teEditRoot

編集コントロールのすべての状態で共有される内容。

teEditTextNormal

標準の状態の編集コントロール内のテキスト。

teEditTextHot

マウスが上にある状態の編集コントロール内のテキスト。

teEditTextSelected

選択された状態の編集コントロール内のテキスト。

teEditTextDisabled

無効な状態の編集コントロール内のテキスト。

teEditTextFocused

フォーカスがある状態の編集コントロール内のテキスト。

teEditTextReadOnly

読み取り専用状態の編集コントロール内のテキスト。

teEditTextAssist

アクセス可能な状態の編集コントロール内のテキスト。

teEditCaret

編集コントロールのキャレット。



関連項目