Share via


_OlkComboBox.Cut Method

Removes the contents of the control and copies the contents to the clipboard.

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

Syntax

'Declaration
Sub Cut
'Usage
Dim instance As _OlkComboBox

instance.Cut()
void Cut()

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

Reference

_OlkComboBox Interface

_OlkComboBox Members

Microsoft.Office.Interop.Outlook Namespace