CRichEditCtrl::Copy
Copie la sélection actuelle (le cas échéant) dans le contrôle RichEdit dans le presse-papiers.
void Copy( );
Notes
Pour plus d'informations, consultez WM_COPY dans Kit de développement logiciel Windows.
Exemple
// Copy all of the text to the clipboard.
m_myRichEditCtrl.SetSel(0, -1);
m_myRichEditCtrl.Copy();
Configuration requise
Header: afxcmn.h