CComboBox::Paste

편집 컨트롤의 현재 커서 위치에 있는 콤보 상자에 클립보드의 데이터를 삽입합니다.

void Paste( );

설명

클립보드에 데이터가 있는 경우에 데이터 삽입 CF_TEXT 형식입니다.

예제

// Replace all of the text in the combo box's edit control with the text 
// in the clipboard.
m_MyComboBox.SetEditSel(0, -1);
m_MyComboBox.Paste();

요구 사항

헤더: afxwin.h

참고 항목

참조

CComboBox 클래스

계층 구조 차트

CComboBox::Clear

CComboBox::Copy

CComboBox::Cut

WM_PASTE