Vcl.Controls.TWinControl.ParentBackground
Delphi
property ParentBackground: Boolean read GetParentBackground write SetParentBackground;
C++
__property bool ParentBackground = {read=GetParentBackground, write=SetParentBackground, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
説明
コントールが親のテーマの背景を使用するかどうかを指定します。
ParentBackground が True ならば、コントロールは親のテーマの背景を使用して、自分の背景を描画します。
ParentBackground が False ならば、コントロールは自分自身のプロパティを使用して(Color など)、自分の背景を描画します。
ParentBackground は、XP のテーマが有効になっていなければ、効果はありません。