Form::MaximizedBounds Property
.NET Framework (current version)
Gets and sets the size of the form when it is maximized.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
Notes to Inheritors:
Classes that inherit from Form can override this method to provide new bounds for the form when it is maximized. The class sets this property internally when the form's Maximize button is clicked.
.NET Framework
Available since 1.1
Available since 1.1
Show: