Vcl.ComCtrls.TCoolBand.FixedSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FixedSize: Boolean read FFixedSize write SetFixedSize default False;

C++

__property bool FixedSize = {read=FFixedSize, write=SetFixedSize, default=0};

Properties

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

Description

Determines whether the band can be resized at runtime.

Setting FixedSize to true prevents the user from resizing the band.

See Also