Select(String) Method
Selects the item from the combo box list by name.

C# Syntax

void Select( 
   string item
)

Parameters

item
The text of the item to select.