HBREADCRUMBITEM CBCGPBreadcrumb::GetSubItemByName | ( | HBREADCRUMBITEM | hParentItem, |
const CString & | itemName | ||
) | const |
Returns a handle to a child item with specified text.
If the item with such text is not present or hParentItem is not a valid handle the return value is NULL.
hParentItem | A handle to item. |
itemName | Specifies item's text to look for. |