SECEditController::GetLCWordRight

SECEditLineCol SECEditController::GetLCWordRight(const SECEditLineCol& lc, BOOL bExtraSpace = FALSE)

Returns the coordinates of the end of the word to the right of the given SECEditLineCol

Defined in: SECEditControllerCaretPos.cpp

Return Value

SECEditLineCol

Parameters

lc

The coordinate from which to work

bExtraSpace

If TRUE, this function will include any whitespace to the right of the word, unless the initial character to the right is whitespace

Developer Notes

When bExtraSpace == TRUE, this emulates the Word Navigation in DevStudio.

See Also

SECEditController