|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| shellapi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
ABN_WINDOWARRANGE
Notifies an appbar that the user has selected the Cascade, Tile Horizontally,
or Tile Vertically command from the taskbar's context menu.
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 Values
No return value.
Remarks
The system sends this notification message twice first 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.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|