CComboBox::Clear
刪除 () 清除目前的選取範圍,如果有的話,在下拉式方塊的編輯控制項。
void Clear( );
備註
若要刪除目前的選取範圍並放在剪貼簿上刪除的內容,請使用 剪下 成員函式。
範例
// Delete all of the text from the combo box's edit control.
m_MyComboBox.SetEditSel(0, -1);
m_MyComboBox.Clear();
需求
Header: afxwin.h