Overview | Methods | This Package | All Packages
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.
Syntax
public final boolean getAutoScale()
Return Value
Returns true if the form is set to scale automatically; otherwise, returns false.
Remarks
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