Vcl.WinXCtrls.TToggleSwitch.ThumbColor

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

Delphi

property ThumbColor: TColor read FThumbColor write SetThumbColor default -16777208;

C++

__property ThumbColor = {default=-16777208};

プロパティ

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

説明

トグル スイッチのつまみの色です。

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

トグル スイッチのつまみの色です。

デフォルトは clWindowText です。

関連項目