[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the band is drawn with a fixed size.
Source position: comctrls.pp line 2516
published property TCoolBand.FixedSize : Boolean |
FixedSize is a Boolean property which indicates if the band has a fixed size and cannot be resized on the TCoolBar control. The default value for the property is False.
FixedSize is used in the MouseDown and MouseMove methods in TCustomCoolBar to determine whether the mouse action initiates a drag or resize operation for a band.
Version 4.0 | Generated 2025-05-03 | Home |