| LPCTSTR CBCGPRibbonComboBox::GetItem | ( | int | iIndex, |
| BOOL | bSkipGroups = FALSE |
||
| ) | const |
Returns an item located at the specified index.
Use this function to retrieve an item by index. If index is out of range, the returned value is NULL.
| iIndex | Specifies zero-based index of item to return. |
| bSkipGroups | Specifies whether the group items are skipped. |