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.MaxWindowTrackSize

Gets the default maximum dimensions in pixels, of a window that has a caption and sizing borders.

[Visual Basic]
Public Shared ReadOnly Property MaxWindowTrackSize As Size
[C#]
public static Size MaxWindowTrackSize {get;}
[C++]
public: __property static Size get_MaxWindowTrackSize();
[JScript]
public static function get MaxWindowTrackSize() : Size;

Property Value

A Size that specifies the maximum size a window can be sized to.

Remarks

This metric refers to the entire desktop. The user cannot drag the window frame to a size larger than these dimensions. A Form can override this value by overriding the MaxTrackSize method.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace