property ExplorerBar.HandCursor as Boolean
Specifies whether the control uses the hand cursor when the mouse is over the item.

TypeDescription
Boolean A boolean expression that specifies whether the control uses the hand cursor when the mouse is over the item.

By default, the HandCursor property is True. Use the HandCursor property to show the hand cursor when the cursor hovers the item. Use the HighlightItemType property to specify the way how the control highlight an item. The HandCursor property has effect only if the HighlightItemType property is exHyperLink. Use the HyperLinkColor property to specify the foreground color when the cursor hovers the item.