Vcl.WinXCtrls.TCustomSplitView.ParentBackground

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

Delphi

property ParentBackground: Boolean read GetParentBackground write SetParentBackground stored FParentBackgroundSet default 0;

C++

__property ParentBackground = {default=0};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView

説明


コントールが親のテーマの背景を使用するかどうかを指定します。

Vcl.WinXCtrls.TCustomSplitView.ParentBackground は Vcl.Controls.TWinControl.ParentBackground を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.ParentBackground を参照しています。

コントールが親のテーマの背景を使用するかどうかを指定します。

ParentBackgroundTrue ならば、コントロールは親のテーマの背景を使用して、自分の背景を描画します。

ParentBackgroundFalse ならば、コントロールは自分自身のプロパティを使用して(Color など)、自分の背景を描画します。

ParentBackground は、XP のテーマが有効になっていなければ、効果はありません。