SW (Constants)
Last changed: jnm2-74.212.46.188

.
Summary
TODO - a short description of this collection of constants

C# Constants:

const UInt32 SW_HIDE = 0 ;

const UInt32 SW_SHOWNORMAL = 1 ;

const System.UInt32 SW_NORMAL = 1 ;

const System.UInt32 SW_SHOWMINIMIZED = 2 ;

const System.UInt32 SW_SHOWMAXIMIZED = 3 ;

const System.UInt32 SW_MAXIMIZE = 3 ;

const System.UInt32 SW_SHOWNOACTIVATE = 4 ;

const System.UInt32 SW_SHOW = 5 ;

const System.UInt32 SW_MINIMIZE = 6 ;

const System.UInt32 SW_SHOWMINNOACTIVE = 7 ;

const System.UInt32 SW_SHOWNA = 8 ;

const System.UInt32 SW_RESTORE = 9 ;

const System.UInt32 SW_SHOWDEFAULT = 10 ;

const System.UInt32 SW_FORCEMINIMIZE = 11 ;

const System.UInt32 SW_MAX = 11 ;

VB Constants:

TODO

Notes:

None.