Vcl.ExtCtrls.TCategoryPanel.ParentBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

__property ParentBackground = {default=0};

Propriétés

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

Description


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

Vcl.ExtCtrls.TCategoryPanel.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.