Vcl.ComCtrls.TCoolBand.FixedBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FixedBackground: Boolean read FFixedBackground write SetFixedBackground default True;

C++

__property bool FixedBackground = {read=FFixedBackground, write=SetFixedBackground, default=1};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Description

Détermine si l'arrière-plan est réaligné au sein de la bande.

Si ParentBitmap vaut true, la bande affiche le même arrière-plan que l'objet TCoolBar qui en est propriétaire. Habituellement, quand FixedBackground vaut true, cet arrière-plan est continu sur tout l'objet TCoolBar. L'initialisation de FixedBackground à false réaligne l'arrière-plan au sein de la bande particulière pour positionner l'image Bitmap de l'objet TCoolBar par rapport au coin supérieur gauche de la bande.

Voir aussi