CGXControl::SetCurrentText
virtual void SetCurrentText(const CString& str);
str
Specifies the text which should be displayed in the cell.
Remarks
Override this method to set the window text of the current cell.
If your control is associated with a CWnd for example, you should override this method and call SetWindowText(str).