property ExplorerBar.ShowFocusRect as Boolean
Specifies a value that indicates whether the control draws the focused item.

TypeDescription
Boolean A boolean expression that indicates whether the control's focused item is marked.

By default, the ShowFocusRect property is False. Use the ShowFocusRect property to mark the focused item. By default, the ShowFocusRect property is True. If the ShowFocusRect property is true, the control paints a focused border around the focused item. The SelectItem event is fired when the user presses the ENTER key, and the ShowFocusRect property is True.