Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

SW (Constants)
 
.
Summary
TODO - a short description of this collection of constants

C# Constants:

const UInt32 SW_HIDE = 0 ;

const UInt32 SW_SHOWNORMAL = 1 ;

const UInt32 SW_NORMAL = 1 ;

const UInt32 SW_SHOWMINIMIZED = 2 ;

const UInt32 SW_SHOWMAXIMIZED = 3 ;

const UInt32 SW_MAXIMIZE = 3 ;

const UInt32 SW_SHOWNOACTIVATE = 4 ;

const UInt32 SW_SHOW = 5 ;

const UInt32 SW_MINIMIZE = 6 ;

const UInt32 SW_SHOWMINNOACTIVE = 7 ;

const UInt32 SW_SHOWNA = 8 ;

const UInt32 SW_RESTORE = 9 ;

const UInt32 SW_SHOWDEFAULT = 10 ;

const UInt32 SW_FORCEMINIMIZE = 11 ;

const UInt32 SW_MAX = 11 ;

VB Constants:

TODO

Notes:

None.

 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions