appbar ShowHiddenAppBar method
Example
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Declaration
procedure ShowHiddenAppBar(Show: Boolean);  

Description
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.  

Remarks
When you call the ShowHiddenAppBar method, the OnHiding and OnUnhiding events will NOT occurs!  

See also
AutoHide property; OnHiding and OnUnhiding events.