Called when the user clicks left mouse button on the breadcrumb control.
uHitTest can be one or combination of the following values:
- BCCHT_OUT: out of control client area
- BCCHT_EMPTY: empty space inside control
- BCCHT_ICON: icon area
- BCCHT_MENUBUTTON: << button area
- BCCHT_ITEM: item text (hItem receives HBREADCRUMBITEM handle)
- BCCHT_ITEMBUTTON: item dropdown button (hItem receives HBREADCRUMBITEM handle)
- Parameters
-
ptClick | Breadcrumb client coordinates of the point where user clicked. |
uHitTest | Receives information about the results of a hit test |
hItem | A handle to an item on which user has clicked or NULL if there's no item at that point. |