Vcl.ExtCtrls.TRadioGroup.ParentBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ParentBackground: Boolean read GetParentBackground write SetParentBackground default 1;

C++

__property ParentBackground = {default=1};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TRadioGroup

Description

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

Vcl.ExtCtrls.TRadioGroup.ParentBackground hérite de Vcl.Controls.TWinControl.ParentBackground. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Controls.TWinControl.ParentBackground.

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

Si ParentBackground vaut True, le contrôle barre d'outils d'action utilise l'arrière-plan de thème du parent pour dessiner son propre arrière-plan.

Si ParentBackground vaut False, le contrôle utilise ses propres propriétés, telles que Color, pour dessiner son arrière-plan.

ParentBackground est sans effet à moins que les thèmes XP ne soient activés.