Vcl.ExtCtrls.TCustomPanel.SetParentBackground

提供:RAD Studio API Documentation

Delphi

procedure SetParentBackground(Value: Boolean); override;

C++

virtual void __fastcall SetParentBackground(bool Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomPanel

説明

ParentBackground プロパティを設定します。 Vcl.ExtCtrls.TCustomPanel.SetParentBackground は Vcl.Controls.TWinControl.SetParentBackground を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.SetParentBackground を参照しています。

ParentBackground プロパティを設定します。

SetParentBackground は、ParentBackground の値を設定する protected メソッドです。

関連項目