SW_HIDE = 0 |
Hides the window |
SW_SHOWNORMAL = 1 |
Activates and shows the ALPFrame
window. |
SW_NORMAL = 1 |
see previous. |
SW_SHOWMINIMIZED = 2 |
Activates and minimizes the
ALPFrame window (not very useful). |
SW_SHOWMAXIMIZED = 3 |
Activates and maximizes the
ALPFrame window. |
SW_MAXIMIZE = 3 |
Maximizes the ALPFrame window |
SW_SHOWNOACTIVATE = 4 |
Minimizes the ALPFrame window but
does not activate it. |
SW_SHOW = 5 |
Activates and shows the window
with its current size and max/min state. |
SW_MINIMIZE = 6 |
Minimizes the ALPFrame window |
SW_SHOWMINNOACTIVE = 7 |
Shows the window but not activates
it. |
SW_SHOWNA = 8 |
Shows the window without
activating it. |
SW_RESTORE = 9 |
Activates and displays the window
as a normal window if it is in a minimized or maximized state |
SW_SHOWDEFAULT = 10 |
Sets the window state to the
initial/startup window state. |