Gets the dimensions in pixels, of a normal minimized window.
[Visual Basic] Public Shared ReadOnly Property MinimizedWindowSize As Size [C#] public static Size MinimizedWindowSize {get;} [C++] public: __property static Size get_MinimizedWindowSize(); [JScript] public static function get MinimizedWindowSize() : Size;
A Size that specifies the dimensions of a normal minimized window.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace