Contents Index Topic Contents | ||
Previous Topic: ABN_STATECHANGE Next Topic: CPL_DBLCLK |
ABN_WINDOWARRANGE
Notifies an appbar that the user has selected the Cascade, Tile Horizontally, or Tile Vertically command from the taskbar's context menu.
Syntax
ABN_WINDOWARRANGE fBeginning = (BOOL) lParam;Parameters
- fBeginning
- Flag specifying whether the cascade or tile operation is beginning. This parameter is TRUE if the operation is beginning and the windows have not yet been moved. It is FALSE if the operation has completed.
Return Value
No return value.
Remarks
The system sends this notification message twicefirst with lParam set to TRUE and then with lParam set to FALSE. The first notification is sent before the windows are cascaded or tiled, and the second is sent after the cascade or tile operation has occurred.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.