Vcl.Forms.TTitleBar.ForegroundColor

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

Delphi

property ForegroundColor: TColor read FForegroundColor write SetForegroundColor default clCaptionText;

C++

__property System::Uitypes::TColor ForegroundColor = {read=FForegroundColor, write=SetForegroundColor, default=-16777207};

プロパティ

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


説明

タイトル バーの前景色を取得または設定します。

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

関連項目