BCGControlBar Pro for MFC
BOOL CBCGPRibbonComboBox::SelectItem ( LPCTSTR  lpszText,
BOOL  bTranslated = FALSE 
)

Selects an item in combo box.

Returns
Nonzero if the specified item has been selected; otherwise 0. The function fails if there is no item with text specified by lpszText.

Use this function to select an item in combo box.

Parameters
lpszTextItem text.
bTranslatedIf TRUE, the translated item name will be used for the item search.