CRichEditCtrl::Cut
刪除 () 剪下目前的選取範圍 (如果有的話) 在 Rich Edit 控制項和複製刪除的文字複製到剪貼簿。
void Cut( );
備註
剪下 執行的已刪除可藉由呼叫成員函式 復原 復原。
若要刪除目前的選取範圍,不需將刪除的文字放入剪貼簿,請呼叫 清除 成員函式。
如需詳細資訊,請參閱 Windows SDK的 WM_CUT 。
範例
// Delete all of the text and copy it to the clipboard.
m_myRichEditCtrl.SetSel(0, -1);
m_myRichEditCtrl.Cut();
需求
Header: afxcmn.h