다음을 통해 공유


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

참고 항목

참조

CComboBox 클래스

계층 구조 차트

CComboBox::Clear

CComboBox::Cut

CComboBox::Paste

WM_COPY