Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Copies the current selection (if any) in the rich edit control to the Clipboard.
void Copy( );
Remarks
For more information, see WM_COPY in the Windows SDK.
Example
// Copy all of the text to the clipboard.
m_myRichEditCtrl.SetSel(0, -1);
m_myRichEditCtrl.Copy();
Requirements
Header: afxcmn.h