Retrieves a boolean value that indicates whether the form is currently configured to adjust its size to fit the height of the font used on the form and to scale its child controls.
public final boolean getAutoScale()
Returns true if the form is set to scale automatically; otherwise, returns false.
The ability of a form to scale automatically enables the form to resize to accommodate international systems and those that use Large Fonts.
See Also setAutoScale