Vcl.ExtCtrls.TCustomColorBox.Selected

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

Delphi

property Selected: TColor read GetSelected write SetSelected default clBlack;

C++

__property System::Uitypes::TColor Selected = {read=GetSelected, write=SetSelected, default=0};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

説明

現在選択されている色を示します。

Selected プロパティを使用すると,TColor 値として選択されている色を取得または設定できます。

関連項目