Vcl.WinXCtrls.TToggleSwitch.DisabledColor

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

Delphi

property DisabledColor: TColor read FDisabledColor write SetDisabledColor default -16777200;

C++

__property DisabledColor = {default=-16777200};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TToggleSwitch

説明

無効なときのトグル スイッチの色です。

Vcl.WinXCtrls.TToggleSwitch.DisabledColor は Vcl.WinXCtrls.TCustomToggleSwitch.DisabledColor を継承しています。以下の内容はすべて Vcl.WinXCtrls.TCustomToggleSwitch.DisabledColor を参照しています。

無効なときのトグル スイッチの色です。

デフォルトは clBtnShadow です。

関連項目