Intersoft WebDesktop Documentation
ShowFocusBorder Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebTab Class : ShowFocusBorder Property


Glossary Item Box

Gets or sets whether to show border around the Active Tab. This property is recommended for Accessibility and Section 508 Compliant.

Syntax

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;}

Remarks

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.

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.