Overview | Methods | This Package | All Packages
Sets a value indicating which scroll bars appear in a multiline edit control.
Syntax
public final void setScrollBars( int value )
Parameters
value
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 values are constants defined in the ScrollBars class.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid ScrollBars constant. The default value is ScrollBars.NONE.
See Also getScrollBars