|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| user32.lib
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
ArrangeIconicWindows
The
ArrangeIconicWindows function arranges all the minimized (iconic) child windows of the specified
parent window.
UINT ArrangeIconicWindows(
HWND hWnd
| // handle to parent window
|
);
|
|
Parameters
hWnd
Identifies the parent window.
Return Values
If the function succeeds, the return value is the height of one row of icons.
If the function fails, the return value is zero. To get extended error
information, call
GetLastError.
Remarks
An application that maintains its own minimized child windows can use the
ArrangeIconicWindows function to arrange icons in a parent window. This function can also arrange
icons on the desktop. To retrieve the window handle to the desktop window, use
the
GetDesktopWindow function.
An application sends the
WM_MDIICONARRANGE message to the multiple document interface (MDI) client window to prompt the
client window to arrange its minimized MDI child windows.
See Also
CloseWindow,
GetDesktopWindow
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database