Vcl.ComCtrls.TCoolBand.ParentBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentBitmap: Boolean read FParentBitmap write SetParentBitmap default True;

C++

__property bool ParentBitmap = {read=FParentBitmap, write=SetParentBitmap, default=1};

Properties

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

Description

Determines whether the band uses the Bitmap image of the TCoolBar that owns it.

If ParentBitmap is set to true, the band displays the same background image as the CoolBar it belongs to. Setting the band's Bitmap property automatically sets ParentBitmap to false.

See Also