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();
需求
Header: 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();
Header: afxwin.h