HBREADCRUMBITEM CBCGPBreadcrumb::InsertItem | ( | HBREADCRUMBITEM | hParent, |
const CString & | text, | ||
int | iImage = -1 , |
||
LPARAM | lParam = 0 |
||
) |
Inserts an item as a child of another item.
Use GetRootItem() function to obtain the root item (which is always not NULL).
hParent | A handle to parent item. Must not be NULL. |
text | Specifies item's text. |
iImage | Specifies zero-based index of item's image in the image list. Use SetImageList to attach an image list to Breadcrumb control. |
lParam | Specifies item's data. |