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