![]() Sub-properties |
![]() ![]() ![]() |
acAppBar component.
|
type
|
TacAppBarFloatRestrictions = class
|
published
|
property Enabled: Boolean;
|
|
property MaxWidth: Word;
|
property MaxHeight: Word;
|
property MinWidth: Word;
|
property MinHeight: Word;
|
end;
|
The FloatRestrictions structure used to specify some restrictions to the form size, when the appbar in normal, "floating" state. To specify maximum and minimum form size use MaxWidth, MaxHeight, MinWidth and MinHeight properties.
|
|
To enable or disable floating restrictions use Enabled property.
|
Docking structure which specifies sizing rules for docked appbars.
|
acFormSizeRestrictions component.
|