|
|
|
| acAppBar component.
|
| type
|
| TacAppBarFullScreenAppEvent = procedure(Sender: TObject; Open: Boolean) of object;
|
|
|
| property OnFullScreenApp: TacAppBarFullScreenAppEvent;
|
| The OnFullScreenApp notifies the AppBar whether a full screen application window is open. When the full screen applications is opens, Open parameter will be True, or False otherwise.
|
| OnOtherAppBarPosChanged and OnWIndowArrange events.
|