Share via


_OlkComboBox.Copy Method

Copies the contents of the control to the clipboard.

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

Syntax

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

instance.Copy()
[DispIdAttribute()]
void Copy()

Remarks

The data is copied in unformatted text format, replacing the existing contents of the clipboard.

If the control style is olComboBoxStyleListBox, then this method copies the current selection in the drop-down list to the clipboard.

See Also

Reference

_OlkComboBox Interface

_OlkComboBox Members

Microsoft.Office.Interop.Outlook Namespace