DhEdit.setMultiline

Overview | Methods | This Package | All Packages

DhEdit.setMultiline

Indicates whether the edit control allows editing on more than one line.

Syntax

public void setMultiline( boolean multiline )

Parameters

multiline

Set to true if editing of more than one line is allowed; otherwise, set to false.

Remarks

By default, only one line of editing is permitted, and ENTER characters are ignored.

See Also   getMultiline