Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CComboBox::Clear
CComboBox                                   Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void Clear();
 
  Remarks
 
  Deletes (clears) the current selection (if any) in the edit control of
  the combo box.
 
  To delete the current selection and place the deleted contents onto the
  Clipboard, use the Cut member function.
 
  See Also
 
  CComboBox::Copy, CComboBox::Cut, CComboBox::Paste, WM_CLEAR
 
 
                                     -♦-