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