void Paste( );
Remarks
Call this 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.
For more information, see WM_PASTE in the Win32 documentation.
CEdit Overview | Class Members | Hierarchy Chart
See Also CEdit::Clear, CEdit::Copy, CEdit::Cut