SystemInformation.MinimumWindowSize Property
.NET Framework 1.1
Gets the minimum allowable dimensions, in pixels, of a window.
[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;
Property Value
A Size that specifies the minimum allowable dimensions of a window in pixels.
Remarks
Use MinimumWindowSize to determine the dimensions specified by Windows as the minimum size for a window. You can use this property to limit the resizing of the windows of your application to a size larger than the dimension returned by this property.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SystemInformation Class | SystemInformation Members | System.Windows.Forms Namespace | SystemInformation | Size