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