|
Example |
|
| acAppBar component.
|
| type
|
| TacAppBarHidingEvent = procedure(Sender: TObject; var AllowOperation: Boolean) of object;
|
|
|
| property OnUnhiding: TacAppBarHidingEvent;
|
| The OnUnhiding event occurs when the docked and hidden appbar (with AutoHide = True) is about to appear on screen. This event occurs when user moves the mouse pointer over thin line on screen edge and appbar became visible.
|
|
|
| Set AllowOperation parameter in the event handler to False to discard the operation. See an example for more details.
|
| The OnHiding and OnUnhiding events does not occurs when you call ShowHiddenAppBar method programatically.
|
| AutoHide property and OnHiding event.
|