CEditView::GetSelectedText

Call this member function to copy the selected text into a CString object. This function copies up to the end of the selection, or to the character preceding the first carriage-return character in the selection.

Syntax

void GetSelectedText( CString& strResult ) const;

At a Glance

Header File Afxext.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CEditView Overview, CEditView Member Functions, View Classes