Edit.getScrollBars

Overview | Methods | This Package | All Packages

Edit.getScrollBars

Retrieves a value indicating which scroll bars appear on a multiline edit control.

Syntax

public final int getScrollBars()

Return Value

Returns an integer that indicates whether the multiline edit control appears with no scroll bars, a horizontal scroll bar, a vertical scroll bar, or with both scroll bars. Possible return values are constants defined in the ScrollBars class.

See Also   setScrollBars