|
Example |
|
| acAppBar component.
|
| procedure ShowHiddenAppBar(Show: Boolean);
|
| The ShowHiddenAppBar method pops up the hidden AppBar (when AutoHide property is True and anchored to the screen edge).
|
|
|
| When Show parameter is True, AppBar unhides itself from behind the screen, and hides it back if Show parameter is False.
|
| When you call the ShowHiddenAppBar method, the OnHiding and OnUnhiding events will NOT occurs!
|
| AutoHide property; OnHiding and OnUnhiding events.
|