| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property MinimumSize As Size | |
| C# | |
|---|---|
public virtual Size MinimumSize {get; set;} | |
Property Value
A System.Drawing.Size that represents the minimum size for the form.| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | The values of the height or width within the System.Drawing.Size object are less than zero. |