CEdit::Paste

Call this member function to insert the data from the Clipboard into the CEdit at the insertion point. Data is inserted only if the Clipboard contains data in CF_TEXT format.

Syntax

void Paste( );

At a Glance

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

See Also

CEdit Overview, CEdit Member Functions, Control Classes, CEdit::Clear, CEdit::Copy, CEdit::Cut