SECEditController::ReplaceSel
voidSECEditController::ReplaceSel(LPCTSTRlpszNewText, BOOLbCanUndo= FALSE)
Replaces the current selection with the specified text.
Defined in: SECEditControllerCEditEmul.cpp
Parameters
lpszNewText
Points to a null-terminated string containing the replacement text.
bCanUndo
To specify that this function can be undone, set the value of this parameter to TRUE . The default value is FALSE.
Developer Notes
This method is provided as a part of the Objective Edit CEdit compatiblity layer.See Also