TextArea.getScrollbarVisibility

TextArea.getScrollbarVisibility

Class Overview | Class Members | This Package | All Packages

Syntax
public int getScrollbarVisibility()
Returns
an integer that indicates which scroll bars are used.
Description
Gets an enumerated value that indicates which scroll bars the text area uses.

The TextArea class defines four integer constants that are used to specify which scroll bars are available. TextArea has one constructor that gives the application discretion over scroll bars.

See Also
SCROLLBARS_BOTH, SCROLLBARS_VERTICAL_ONLY, SCROLLBARS_HORIZONTAL_ONLY, SCROLLBARS_NONE, TextArea