HBREADCRUMBITEM CBCGPBreadcrumb::GetSubItem | ( | HBREADCRUMBITEM | hParentItem, |
int | iIndex | ||
) | const |
Gets a subitem of an item.
Returns a handle to the specified child of an item. If iIndex is out of range or hParentItem is not a valid handle the return value is NULL.
The total number of child items may be obtained using GetSubItemsCount() function.
hParentItem | A handle to item. |
iIndex | Zero based item index. |