![]() Sub-properties |
![]() ![]() ![]() |
acAppBar component.
|
type
|
TacAppBarSizing = class
|
published
|
property Enabled: Boolean;
|
|
property HorizontalIncrement: Word; // in pixels
|
property VerticalIncrement: Word;
|
end;
|
The Sizing structure used to specify some rules on resizing of the appbars. You can specify horizontal and vertical increments (when user resize the appbar, it can be resized by specified number of pixels per mouse movement). To allow or disallow resizing of the AppBar use Enabled property.
|
FloatRestrictions structure.
|