appbar Docking structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Declaration
type  
  TacAppBarDocking = class  
  published  
    property Enabled: Boolean;  
 
    // all values in screen pixels  
    property Height: Word;  
    property Width: Word;  
    property MaxHeight: Word;  
    property MaxWidth: Word;  
    property MinHeight: Word;  
    property MinWidth: Word;  
  end;  

Description
The docking structure used to specify some rules for docked AppBars (when they are anchored to the screen edge).  
 
Width, MaxWidth and MinWidth properties controls the width of the AppBar when it docked to left or right edge of screen.  
 
Height, MaxHeight and MinHeight properties controls the height of the AppBar when it docked to top or bottom edge of screen.  
 
The width and height of docked appbar can be specified and determinated using Width and Height properties. Width property controls current width of the appbar when it docked to the left or right edge of screen. Height property controls current current height when the appbar docked to top or bottom edge.  
 
To enable or disable sizing restrictions — use Enabled property.  

See also
FloatRestrictions structure, which specifies rules for undocked, "floating" forms.