Vcl.CategoryButtons.TCategoryButtons.HotButtonColor

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

Delphi

property HotButtonColor: TColor read FHotButtonColor write SetHotButtonColor default $00EFD3C6;

C++

__property System::Uitypes::TColor HotButtonColor = {read=FHotButtonColor, write=SetHotButtonColor, default=15717318};

プロパティ

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

説明

必要な場合に、ホット ボタンの色を示します。

HotButtonColor プロパティは、ボタンにマウス カーソルを合わせたときのボタンの色を示します。

関連項目