SECEditController::GetLCCharRight
SECEditLineColSECEditController::GetLCCharRight(const SECEditLineCol&lc)
Returns the coordinates of the character to the right 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 right arrow. If you are at the end of a line, you will get the start of the next line. If Virtual Whitespace is enabled and you give a coordinate at the end of the line, you will simply advance beyond the end of the line.See Also