Integer constants specifying the initial window state of the window.
Name |
Value |
Description |
aformShowHide |
0 |
Hide. Hides the window and passes activation to another window. |
aformShowNormal |
1 |
Normal. Activates and displays a window. If the window is minimized or maximized, Windows restores it to its original size and position. |
aformShowMinimized |
2 |
Minimized. Activates the window and displays it as an icon. |
aformShowMaximize |
3 |
Maximize. Activates the window and displays it as a maximized window (full window). |
aformShowNoActivate |
4 |
NoActivate. Displays the window in its most recent size and position. The current active window remains active. |
aformShow |
5 |
Show. Activates the window and displays it in its current size and position. |
aformShowMinimize |
6 |
Minimize. Minimizes the specified window and activates the top-level window in the window-manager's list. |
aformShowMinNoActive |
7 |
ShowMinNoActive. Displays the window as an icon. The current active window remains active. |
aformShowState |
8 |
ShowState. Displays the window in its current state. The current active window remains active. |
aformShowRestore |
9 |
Restore. Redisplays the current windows. |
aformShowDefault |
10 |
Default. Displays the default window. |