Microsoft SDK for Java

Form.getHScroll

Retrieves a boolean value that indicates whether the horizontal scroll bar is currently displayed.

Syntax

protected final boolean getHScroll()

Return Value

Returns true if the horizontal scroll bar is currently visible; otherwise, returns false.

Remarks

For forms that are not configured to autoscroll, this method always returns false.

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