![]() |
![]() |
acAppBar
|
type
|
TacAppBarPlacement = (bpLeft, bpTop, bpRight, bpBottom, bpFloat);
|
The TacAppBarPlacement type contains the values that can take placements of the acAppBar component. This type can assume Placement and LastDockingPlace properties of acAppBar component.
|
Value | Meaning
|
bpLeft | docked to left side of the screen
|
bpTop | docked to top side of the screen
|
bpRight | docked to right side of the screen
|
bpBottom | docked to bottom side of the screen
|
bpFloat | Application Toolbar is udocked and displayed as usual window.
|