CGXControl::GetCurrentText
virtual void GetCurrentText(CString& strResult);
strResult
A reference to a string where the method stores the result.
Remarks
Returns the text of the current cell.
The base-class version determines the style-object for the cell with LookupStyleRowCol and copies the value (GetValueRef).
A CGXEditControl determines the text with GetWindowText.
See Also
CGXStyle::GetValueRef CGXGridCore::LookupStyleRowCol