CComboBox::Paste
Inserisce i dati dagli Appunti nel controllo di modifica della casella combinata nella posizione corrente del cursore.
void Paste( );
Note
I dati vengono immessi solo se gli Appunti contengono dati nel formato CF_TEXT.
Esempio
// 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();
Requisiti
Header: afxwin.h