SECEditController::DeleteBack

BOOL SECEditController::DeleteBack(void)

Performs a backspace operation at the current caret position. If there is is a current selection, it is deleted; otherwise the character to the logical left of the caret is deleted, if possible.

Defined in: SECEditController.cpp

Return Value

Returns non-zero if successful; otherwise 0.

See Also

SECEditController Delete Insert