SECEditController::GetLCWordLeft
SECEditLineColSECEditController::GetLCWordLeft(const SECEditLineCol&lc, BOOLbExtraSpace= FALSE)
Returns the coordinates of the start of the word to the left 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 the next word to the left if the characters immediately before lc are whitespace
Developer Notes
When bExtraSpace == TRUE, this emulates the Word Navigation in DevStudio.See Also