Vcl.Forms.TTitleBar.ButtonInactiveBackgroundColor
Delphi
property ButtonInactiveBackgroundColor: TColor read FButtonInactiveBackgroundColor write SetButtonInactiveBackgroundColor default clInActiveCaption;
C++
__property System::Uitypes::TColor ButtonInactiveBackgroundColor = {read=FButtonInactiveBackgroundColor, write=SetButtonInactiveBackgroundColor, default=-16777213};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TTitleBar |
説明
オーナー フォームがアクティブではないときに、タイトル バー ボタンの背景色を取得または設定します。
SystemColors プロパティを False に設定して、タイトル バーの色をカスタマイズします。