BCGControlBar Pro for MFC
BOOL CBCGPRibbonComboBox::SelectItem ( int  iIndex)

Selects an item in combo box.

Returns
Nonzero if the specified item has been selected; otherwise 0. The function fails if nIndex is out of range.

Use this function to select an item in combo box.

Parameters
iIndexSpecifies zero-based index of item to select.