CRichEditCtrl::Copy
复制当前选定内容(如果有)在rich edit控件到剪贴板。
void Copy( );
备注
有关更多信息,请参见 Windows SDK的 WM_COPY。
示例
// Copy all of the text to the clipboard.
m_myRichEditCtrl.SetSel(0, -1);
m_myRichEditCtrl.Copy();
要求
Header: afxcmn.h
复制当前选定内容(如果有)在rich edit控件到剪贴板。
void Copy( );
有关更多信息,请参见 Windows SDK的 WM_COPY。
// Copy all of the text to the clipboard.
m_myRichEditCtrl.SetSel(0, -1);
m_myRichEditCtrl.Copy();
Header: afxcmn.h