Microsoft SDK for Java

Form.getAutoScroll

Retrieves a boolean value that indicates whether the form will allow scrolling of the form's contents when controls are located outside the form's bounds.

Syntax

public final boolean getAutoScroll()

Return Value

Returns true if autoscrolling is allowed; otherwise, returns false.

Remarks

The ability to autoscroll a form allows the form to have a virtual size that is larger than the current form bounds.

See Also   setAutoScroll

© 1999 Microsoft Corporation. All rights reserved. Terms of use.