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
SW_* 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:

Const SW_HIDE As UInt32 = 0
Const SW_SHOWNORMAL As UInt32 = 1
Const SW_NORMAL As UInt32 = 1
Const SW_SHOWMINIMIZED As UInt32 = 2
Const SW_SHOWMAXIMIZED As UInt32 = 3
Const SW_MAXIMIZE As UInt32 = 3
Const SW_SHOWNOACTIVATE As UInt32 = 4
Const SW_SHOW As UInt32 = 5
Const SW_MINIMIZE As UInt32 = 6
Const SW_SHOWMINNOACTIVE As UInt32 = 7
Const SW_SHOWNA As UInt32 = 8
Const SW_RESTORE As UInt32 = 9
Const SW_SHOWDEFAULT As UInt32 = 10
Const SW_FORCEMINIMIZE As UInt32 = 11
Const SW_MAX As UInt32 = 11

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