[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Minimum width for the band.
Source position: comctrls.pp line 2520
published property TCoolBand.MinWidth : Integer |
MinWidth is an Integer property which contains the minimum number of pixels used as the width of the band when it is drawn on its parent TCoolBar control. The default value for the property is defined in the cDefMinWidth constant in the class instance.
Changing the value for the property causes the Changed method to be called to update the item in the bands collection for the parent control (TCoolBar).
MinWidth is used in the CalcPreferredWidth method where the preferred width with vertical spacing is calculated for the band.
|
Minimum height for the band. |
|
|
Calculates the band width using the orientation and settings in the parent control. |
Version 4.0 | Generated 2025-05-03 | Home |