Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call GetSelectedText to copy the selected text into a CString object, up to the end of the selection or the character preceding the first carriage-return character in the selection.
void GetSelectedText(
CString& strResult
) const;
Parameters
- strResult
A reference to the CString object that is to receive the selected text.
Requirements
Header: afxext.h