Vcl.ComCtrls.TCoolBand.FixedBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FixedBackground: Boolean read FFixedBackground write SetFixedBackground default True;

C++

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

Properties

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

Description

Determines whether the background is realigned within the band.

If ParentBitmap is true, the band displays the same background as the TCoolBar that owns it. Ordinarily, when FixedBackground is true, that background is continuous over the entire TCoolBar. Setting FixedBackground to false realigns the background within the individual band, so that the TCoolBar's Bitmap image is positioned relative to the upper left corner of the band.

See Also