Microsoft SDK for Java

RichEdit.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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.