OlkComboBox.Copy Method
Outlook Developer Reference |
Copies the contents of the control to the clipboard.
Version Information
Version Added: Outlook 2007
Syntax
expression.Copy
expression A variable that represents an OlkComboBox object.
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