CEdit::Paste
Chiamare la funzione per inserire dati dagli Appunti in CEdit nel punto di inserimento.
void Paste( );
Note
I dati vengono immessi solo se gli Appunti contengono dati nel formato CF_TEXT.
Per ulteriori informazioni, vedere WM_PASTE in Windows SDK.
Esempio
// Replace all of the text with the text in the clipboard.
m_myEdit.SetSel(0, -1);
m_myEdit.Paste();
Requisiti
Header: afxwin.h