Controls.TWinControl.ParentBackground

From Référence RAD Studio VCL
Jump to: navigation, search

Informations Delphi

De Controls.pas

	property ParentBackground: Boolean read GetParentBackground write SetParentBackground;


Unité : Controls

Type : propriété

Visibilité : protected

Membre de : TWinControl

Informations C++

De Controls.hpp

	__property bool ParentBackground = {read=GetParentBackground,write=SetParentBackground};


Unité : Controls

Type : propriété

Visibilité : protected

Membre de : TWinControl

Description

Détermine si le contrôle utilise l'arrière-plan de thème de son parent.


Si ParentBackground vaut true, le contrôle utilise l'arrière-plan de thème du parent pour dessiner son propre arrière-plan. ParentBackground est sans effet à moins que les thèmes XP ne soient activés.

Personal tools