Vcl.Tabs.TTabSet.BackgroundColor

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

Delphi

property BackgroundColor: TColor read FBackgroundColor write SetBackgroundColor default clBtnFace;

C++

__property System::Uitypes::TColor BackgroundColor = {read=FBackgroundColor, write=SetBackgroundColor, default=-16777201};

プロパティ

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

説明

タブセットコントロールの背景色を指定します。

BackgroundColor プロパティを使用すると,タブセットコントロールでコントロールの境界とタブの間の領域に使用する色を指定できます。

関連項目