CListBox::ResetContent

从列表框中移除所有项。

void ResetContent( );

示例

// Delete all the items from the list box.
m_myListBox.ResetContent();
ASSERT(m_myListBox.GetCount() == 0);

要求

Header: afxwin.h

请参见

参考

CListBox选件类

层次结构图

LB_RESETCONTENT