Edit

Share via


_OlkComboBox.Paste Method

Definition

Pastes the contents of the clipboard in the control.

public:
 void Paste();
public void Paste ();
Public Sub Paste ()

Remarks

The contents of the clipboard are pasted in unformatted text.

This method does not paste anything when the control's Style is olComboBoxStyleListBox.

Applies to