SECEditController::Home

void SECEditController::Home(void)

Moves the caret to the home position of the current line. Moving the caret to the home position can either result in the caret appearing just before the the first non-white character, or, if already positioned there, at the first column of the line.

Defined in: SECEditController.cpp

Return Value

void

See Also

SECEditController HomeExtend