Vcl.ExtCtrls.TFlowPanel.ParentBackground

From RAD Studio API Documentation

Delphi

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

C++

__property ParentBackground = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TFlowPanel

Description

Determines whether the control uses its parent's theme background. {{#multireplace:Vcl.ExtCtrls.TFlowPanel.ParentBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TWinControl.ParentBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TWinControl.ParentBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Determines whether the control uses its parent's theme background.

If ParentBackground is True, the control uses the parent's theme background to draw its own background.

If ParentBackground is False, the control uses its own properties, such as Color, to draw its background.

ParentBackground has no effect unless XP themes are enabled.