System.Windows.Forms.SystemInformation.MinimumWindowSize Property

Gets the minimum width and height for a window, in pixels.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The SystemInformation.MinimumWindowSize property indicates the dimensions specified by Windows as the minimum size for a window. You can use this property to limit the resizing of windows to dimensions not exceeding either dimension returned by this property.

Note:

Developers of applications capable of resizing windows may want to use the value of this property to ensure that the application does not attempt to resize the window to a lesser width or height, since the dimensions of the window would be limited by the system.

Requirements

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