NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.MinimumWindowSize

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;

Property Value

A Size that specifies the minimum allowable dimensions of a window in pixels.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace