Returns or sets a value that determines if the focus rectangle is visible on a tab on an SSTab control when the tab gets the focus.
Syntax
object.ShowFocusRect [ = boolean ]
The ShowFocusRect property syntax has these parts:
| Part | Description |
| object | An object expressionthat evaluates to an SSTab control. |
| boolean | A Boolean expression that specifies how the focus rectangle behaves, as described in Settings. |
Settings
The settings for boolean are:
| Setting | Description |
| True | (Default) The control shows the focus rectangle on the tab that has the focus. |
| False | The control does not show the focus rectangle on the tab that has the focus. |