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;
A Size that specifies the system's default minimum tracking dimensions of a window in pixels.
The user cannot drag the window frame to a size smaller that these dimensions. A Form can override these values by overriding the MinTrackSize.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace | cor.ms.wd.ui.Form.MinTrackSize