CComboBox::ResetContent

从列表框中移除所有项和组合框的编辑控件。

void ResetContent( );

示例

// Delete all the items from the combo box.
m_pComboBox->ResetContent();
ASSERT(m_pComboBox->GetCount() == 0);

要求

Header: afxwin.h

请参见

参考

CComboBox选件类

层次结构图

CB_RESETCONTENT