Select(UInt32) Method
Selects the item from the combo box list by index.

C# Syntax

void Select( 
   uint itemIndex
)

Parameters

itemIndex
The 1-based index of the item to select.