SECCurrencyEdit::ReplaceSelString
voidSECCurrencyEdit::ReplaceSelString(LPCTSTRpcszNew, CString&str)
Replaces the string selected in the edit control.
Defined in: curredit.cpp
Return Value
void
Parameters
pcszNew
String to replace with selected text.
str
Control text to return.
Comments
This is a non-virtual protected member function; descendant classes may utilize but not override it.
See Also