| Visual Basic (Declaration) | |
|---|---|
Public Property ShowFocusBorder As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebTab Dim value As Boolean instance.ShowFocusBorder = value value = instance.ShowFocusBorder | |
| C# | |
|---|---|
public bool ShowFocusBorder {get; set;} | |
WebTab gives you an accessibility of enabling the focus border from the keyboard. To enable the focus border simply set ShowFocusBorder from the property window to True.
By enabling this property, users can press Tab key to navigate between TabHeader. When the designated TabHeader has the Focus Border, users can hit Space or Enter in order to activate the Page for that Tab.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
WebTab ClassWebTab Members