BOOL CBCGPBreadcrumb::SetItemImageIndex | ( | HBREADCRUMBITEM | hItem, |
int | iImageIndex | ||
) |
Sets image index for specified item.
Use this method to set image index for specified item. Set iImageIndex to -1 to display an item without image.
Image list must be attached first using SetImageList().
hItem | A handle to item. |
iImageIndex | Zero-based image index. |