Vcl.CategoryButtons.TCategoryButtons.SelectedButtonColor

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

Delphi

property SelectedButtonColor: TColor read FSelectedButtonColor write SetSelectedButtonColor nodefault;

C++

__property System::Uitypes::TColor SelectedButtonColor = {read=FSelectedButtonColor, write=SetSelectedButtonColor, nodefault};

プロパティ

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

説明

選択されたボタンの色を示します。

SelectedButtonColor プロパティは、ユーザーがボタンを選択したときのボタンの色を返します。

関連項目