Share via


_OlkComboBox.Paste Method

Pastes the contents of the clipboard in the control.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub Paste
'Usage
Dim instance As _OlkComboBox

instance.Paste()
[DispIdAttribute()]
void 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.

See Also

Reference

_OlkComboBox Interface

_OlkComboBox Members

Microsoft.Office.Interop.Outlook Namespace