Desktop Functions: Smart Device Functions:
|
SW (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. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! |
|