This member function deletes (cuts) the current selection in the combo-box edit control and copies the deleted text onto the Clipboard in CF_TEXT format.
To delete the current selection without placing the deleted text onto the Clipboard, call the Clear member function.
void Cut( );
| Header File | Afxwin.h | 
| Platforms | |
| Versions | 1.0 and later | 
| Complete documentation | Visual C++ documentation | 
CComboBox Overview, CComboBox Member Functions, Control Classes, CComboBox::Clear, CComboBox::Copy, CComboBox::Paste