CListBox::ResetContent
从列表框中移除所有项。
void ResetContent( );
示例
// Delete all the items from the list box.
m_myListBox.ResetContent();
ASSERT(m_myListBox.GetCount() == 0);
要求
Header: afxwin.h
从列表框中移除所有项。
void ResetContent( );
// Delete all the items from the list box.
m_myListBox.ResetContent();
ASSERT(m_myListBox.GetCount() == 0);
Header: afxwin.h