OlkComboBox.Cut Method
Outlook Developer Reference |
Removes the contents of the control and copies the contents to the clipboard.
Version Information
Version Added: Outlook 2007
Syntax
expression.Cut
expression A variable that represents an OlkComboBox object.
Remarks
The data is copied to the clipboard in unformatted text format, replacing the existing contents of the clipboard.
If the control style is olComboBoxStyleListBox, then this method will not cut anything.
See Also