Select(IComboBoxItem) Method
Selects the item object from the combo box list.

C# Syntax

void Select( 
   IComboBoxItem item
)

Parameters

item
The item to select.