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