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
현재 선택 영역에 있는 경우 클립보드에 콤보 상자의 편집 컨트롤 복사 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