PrintPreviewDialog::MinimumSize Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the minimum size the form can be resized to.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The values of the height or width within the Size are less than 0. |
This property is not relevant for this class.
This property enables you to limit the size of a form to a specified minimum size. You can use this feature to prevent a user from sizing a window to an undesirable size.
.NET Framework
Available since 1.1
Available since 1.1
Show: