Vcl.ComCtrls.TTextAttributes.BackColor

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

Delphi

property BackColor: TColor read GetBackColor write SetBackColor;

C++

__property System::Uitypes::TColor BackColor = {read=GetBackColor, write=SetBackColor, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes


説明

テキストの背景色を示します。 </br>

関連項目