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

Gets the system's default minimum tracking dimensions of a window in pixels.

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

Property Value

A Size that specifies the system's default minimum tracking dimensions of a window in pixels.

Remarks

The user cannot drag the window frame to a size smaller that these dimensions. A Form can override these values by overriding the MinTrackSize.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace | cor.ms.wd.ui.Form.MinTrackSize