CComboBox::Cut

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.

Syntax

void Cut( );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CComboBox Overview, CComboBox Member Functions, Control Classes, CComboBox::Clear, CComboBox::Copy, CComboBox::Paste