SECEditController::GetLCLineUp

SECEditLineCol SECEditController::GetLCLineUp(const SECEditLineCol& lc)

Returns the coordinates of the character above 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 on a line and pressing the down arrow. If the new position is past the end of the line, it will be moved to the end of the line unless Virtual Whitespace is enabled.

See Also

SECEditController