CComboBox::Copy
CF_TEXT 形式でクリップボードにコンボ ボックスのエディット コントロールの現在の選択範囲がある場合は、コピーします。
void Copy( );
使用例
// Copy all of the text from the combo box's edit control
// to the clipboard.
m_MyComboBox.SetEditSel(0, -1);
m_MyComboBox.Copy();
必要条件
ヘッダー: afxwin.h