[Visual Basic] Public const SW_RESTORE As UInt32 = 9 [C#] public const uint SW_RESTORE = 9; [C++] public: const unsigned int SW_RESTORE = 9; [JScript] public const var SW_RESTORE: UInt32 = 9;
WindowsConstants Class | White.Core.InputDevices Namespace