Vcl.ComCtrls.TCoolBar.BandMaximize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BandMaximize: TCoolBandMaximize read FBandMaximize write SetBandMaximize default bmClick;

C++

__property TCoolBandMaximize BandMaximize = {read=FBandMaximize, write=SetBandMaximize, default=1};

Properties

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

Description

Specifies the conditions under which a TCoolBand is maximized.

Use BandMaximize to determine the user actions that maximize individual bands. When a band is maximized, it takes up as much space as possible in its row or column.

Note: Users can't maximize fixed-size bands.

See Also