RichEditFind.getAutoWordSelection

Overview | Methods | This Package | All Packages

RichEditFind.getAutoWordSelection

Retrieves a boolean value that indicates whether automatic word selection is enabled.

Syntax

public boolean getAutoWordSelection()

Return Value

Returns true if automatic word selection is on; otherwise, returns false.

Remarks

If automatic word selection is on, then selecting any part of the text in the control results in the selection of the entire word.

See Also   setAutoWordSelection