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