Vcl.ComCtrls.TCoolBand.Bitmap

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Bitmap: TBitmap read FBitmap write SetBitmap stored IsBitmapStored;

C++

__property Vcl::Graphics::TBitmap* Bitmap = {read=FBitmap, write=SetBitmap, stored=IsBitmapStored};

Propriétés

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

Description

Spécifie l'image d'arrière-plan affichée sur la bande.

Utilisez la propriété Bitmap pour sélectionner l'image qui doit apparaître sur la bande. Le cas échéant, l'image est affichée en mosaïque pour couvrir toute la bande.

Le fait de définir la propriété Bitmap attribue automatiquement la valeur false à ParentBitmap.

Voir aussi