property Tab.ShowFocusRect as Boolean
Specifies whether the control marks the focused page tab.

TypeDescription
Boolean A boolean expression that indicates whether the focused page is marked using a focus rectangle.

The focus rectangle is displayed only if the ShowFocusRect property is True, and the control has the focus. When the control loses the focus, the focus rectangle is removed. Use the ShowFocusRect property to hide the focus rectangle. If the ShowFocusRect property is False, the focus rectangle is not visible no matter if the control has the focus or not.