Overview | Methods | This Package | All Packages
Retrieves the minimum size to which this form can be resized.
Syntax
protected Point getMinTrackSize()
Return Value
Returns a Point object that specifies the minimum size to which this form can be sized.
Remarks
Classes that extend the Form class can override this method to provide a new minimum size for the form. This method is called by the Form class when the form is being resized.
See Also getMaximizedBounds, getMaxTrackSize