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