| DWORD_PTR CBCGPRibbonComboBox::GetItemData | ( | int | iIndex, |
| BOOL | bSkipGroups = FALSE |
||
| ) | const |
Returns a user-defined data associated with an item located at the specified index.
Use this method to retrieve user-defined data associated with an item located at the specified index.
If the item index is out of range, the returned value is 0.
| iIndex | Specifies zero-based item index. |
| bSkipGroups | Specifies whether the group items are skipped. |