Form.getMaxTrackSize

Overview | Methods | This Package | All Packages

Form.getMaxTrackSize

Retrieves the maximum size to which this form can be resized.

Syntax

protected Point getMaxTrackSize()

Return Value

Returns a Point object that specifies the maximum size to which the form can be resized.

Remarks

Classes that extend the Form class can override this method to provide a new maximum size for the form. This method is called internally by the Form class when the form is being resized.

See Also   getMaximizedBounds, getMinTrackSize