| int CBCGPRibbonComboBox::FindItem | ( | LPCTSTR | lpszText, |
| BOOL | bTranslated = FALSE |
||
| ) | const |
Finds item in combo box and returns its index.
Use this function to retrieve index of item by item text.
| lpszText | Specifies item text. |
| bTranslated | If TRUE, the translated item name will be used for the item search. |