Vcl.Forms.TTitleBar.ButtonPressedForegroundColor
Delphi
property ButtonPressedForegroundColor: TColor read FButtonPressedForegroundColor write SetButtonPressedForegroundColor default clHighlightText;
C++
__property System::Uitypes::TColor ButtonPressedForegroundColor = {read=FButtonPressedForegroundColor, write=SetButtonPressedForegroundColor, default=-16777202};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TTitleBar |
説明
タイトル バー ボタンが押されたときに、ボタンの前景色を取得または設定します。
SystemColors プロパティを False に設定して、タイトル バーの色をカスタマイズします。