Vcl.ComCtrls.TCoolBar.Bitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bitmap: TBitmap read FBitmap write SetBitmap;

C++

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

Properties

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

Description

Specifies the image that appears behind the bands in the TCoolBar.

Bitmap specifies an image that appears behind the bands in the TCoolBar.

By default, the Bitmap image is positioned relative to the upper left corner of the TCoolBar and covers the client area, and is visible through transparent CoolBands. Setting the FixedBackground, Bitmap, or ParentBitmap properties of the CoolBands can modify this appearance.

See Also