SECEditController::GetLCCharLeft
SECEditLineColSECEditController::GetLCCharLeft(const SECEditLineCol&lc)
Returns the coordinates of the character to the left of the given SECEditLineCol
Defined in: SECEditControllerCaretPos.cpp
Return Value
SECEditLineCol
Parameters
lc
The coordinate from which to work
Developer Notes
The result of calling this function enulates the behavior you would get if positioning the caret to the right of a character and pressing the left arrow. If you are at the start of a line, you will get the end of the previous line.See Also