Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Form.getMaximizedBounds
Retrieves the bounds of this form in its maximized state.
Syntax
protected Rectangle getMaximizedBounds()
Return Value
Returns a Rectangle object that specifies the bounds of the maximized form.
Remarks
Classes that extend the Form class can override this method to provide new bounds for the form when it is maximized. This method is called internally by the class when the form's maximize button is pressed.
See Also getMaxTrackSize, getMinTrackSize