共用方式為


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();

需求

Header: afxwin.h

請參閱

參考

CComboBox 類別

階層架構圖

CComboBox::Clear

CComboBox::Copy

CComboBox::Cut

WM_PASTE