OlkComboBox Methods (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Methods

Name

Description

AddItem

Adds an item to the list, optionally specifying an index for the new item to appear in the list.

Clear

Removes all objects from the list in the combo box.

Copy

Copies the contents of the control to the clipboard.

Cut

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

DropDown

Expands the drop-down portion of the combo box.

GetItem

Obtains a String that represents an item at the specified location in the list of the combo box control.

Paste

Pastes the contents of the clipboard in the control.

RemoveItem

Removes the specified item from the list.

SetItem

Sets the item at the specified location in the list of the combo box to the specified value.