property ExplorerBar.HighlightItemType as HighLightItemEnum
Specifies the way how the control highlights the item.

TypeDescription
HighLightItemEnum A HighLightItemEnum expression that indicates the way how control marks the highlighted item. 

Use the HighlightItemType property to specify the way how the control marks the highlighted item. If the HighlightItem property is exNoHighlight the item from the  cursor is not marked at all. Use the ForeColor property to specify the item's foreground color. Use the Underline property to underline an item. Use the ItemFromPoint property to retrieve the item from point. Use the HandCursor property to show the hand cursor when the cursor hovers the item. The control fires the HighLightItem event when the cursor hovers an item. Use the HyperLinkColor property to specify the foreground color when the cursor hovers the item. Use the AllowHighLight property to avoid highlighting an item when the cursor hovers it.