Vcl.Forms.TTitleBar.ButtonHoverBackgroundColor

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

Delphi

property ButtonHoverBackgroundColor: TColor read FButtonHoverBackgroundColor write SetButtonHoverBackgroundColor default clHighlight;

C++

__property System::Uitypes::TColor ButtonHoverBackgroundColor = {read=FButtonHoverBackgroundColor, write=SetButtonHoverBackgroundColor, default=-16777203};

プロパティ

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


説明

タイトル バー ボタンがホバー状態のときに、ボタンの背景色を取得または設定します。

SystemColors プロパティを False に設定して、タイトル バーの色をカスタマイズします。

関連項目