System.Windows.Forms.SystemInformation.MinWindowTrackSize Property

Gets the default minimum dimensions, in pixels, that a window may occupy during a drag resize.

Syntax

public static System.Drawing.Size MinWindowTrackSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SystemInformation.MinWindowTrackSize property indicates the default smallest window size that can be produced by using the borders to size the window.

The user cannot drag the window frame to a size smaller than these dimensions. A System.Windows.Forms.Form can override these values by setting the Form.MinimumSize property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0