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;
A Size that specifies the maximum size a window can be sized to.
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.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace