Vcl.ComCtrls.TCoolBand.Bitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bitmap: TBitmap read FBitmap write SetBitmap stored IsBitmapStored;

C++

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

Properties

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

Description

Specifies the background image displayed on the band.

Use the Bitmap property to select the image that appears on the band. The image is tiled, if necessary, to cover the entire band.

Setting the Bitmap property automatically sets ParentBitmap to false.

See Also