Vcl.Forms.TTitleBar.InactiveForegroundColor

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

Delphi

property InactiveForegroundColor: TColor read FInactiveForegroundColor write SetInactiveForegroundColor default clInActiveCaptionText;

C++

__property System::Uitypes::TColor InactiveForegroundColor = {read=FInactiveForegroundColor, write=SetInactiveForegroundColor, default=-16777197};

プロパティ

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


説明

オーナー フォームがアクティブではないときに、タイトル バーの前景色を取得または設定します。

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

関連項目