SECEditController::SetWindowText
voidSECEditController::SetWindowText(LPCTSTRlpszString)
Sets the window text to the specified text.
Defined in: SECEditControllerCEditEmul.cpp
Parameters
lpszString
Points to a CString object or null-terminated string to be used as the new text.
Remarks
Note that this does not reset the undo flag like the CEdit does.Developer Notes
This method is provided as a part of the Objective Edit CEdit compatiblity layer.See Also