Contents Index Topic Contents | ||
Previous Topic: ABN_FULLSCREENAPP Next Topic: ABN_STATECHANGE |
ABN_POSCHANGED
Notifies an appbar when an event has occurred that may affect the appbar's size and position. Events include changes in the taskbar's size, position, and visibility state, as well as the addition, removal, or resizing of another appbar on the same side of the screen.
Syntax
ABN_POSCHANGEDReturn Values
No return value.
Remarks
An appbar should respond to this notification message by sending the ABM_QUERYPOS and ABM_SETPOS messages. If its position has changed, the appbar should call the MoveWindow function to move itself to the new position.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.