appbar OnUnableToAutoHide event
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Declaration
property OnUnableToAutoHide: TNotifyEvent;  

Description
The OnUnableToAutoHide event occurs when user trying to dock the "autohideable" AppBar (with AutoHide = True) to the screen edge where another hidden Application toolbar already docked. Unforunately, Windows can not dock more than one hidden AppBar per screen edge.  
 
tip When AppBar is unable to auto-hide, the AutoHide property becames False.  

See also
AutoHide property.