CComboBox::Cut
刪除 () 剪下目前的選取範圍,如果有的話,在下拉式方塊中編輯控制項及複製到 [剪貼簿] 上的刪除的文字。 CF_TEXT 格式。
void Cut( );
備註
若要刪除目前的選取範圍,而無需放在剪貼簿上刪除的文字,請 清除 呼叫成員函式。
範例
// Delete all of the text from the combo box's edit control and copy it
// to the clipboard.
m_MyComboBox.SetEditSel(0, -1);
m_MyComboBox.Cut();
需求
Header: afxwin.h