CComboBox::Copy

Kopiert die aktuelle Auswahl ggf. im Bearbeitungssteuerelement des Kombinationsfelds auf die Zwischenablage in CF_TEXT Format.

void Copy( );

Beispiel

// Copy all of the text from the combo box's edit control 
// to the clipboard.
m_MyComboBox.SetEditSel(0, -1);
m_MyComboBox.Copy();

Anforderungen

Header: afxwin.h

Siehe auch

Referenz

CComboBox-Klasse

Hierarchien-Diagramm

CComboBox::Clear

CComboBox::Cut

CComboBox::Paste

WM_COPY