Intersoft WebDesktop Documentation
EnableKeyboardNavigation Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebDesktopManager Class : EnableKeyboardNavigation Property


Glossary Item Box

Determines whether keyboard navigation is enabled.

Syntax

Visual Basic (Declaration) 
Public Property EnableKeyboardNavigation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopManager
Dim value As Boolean
 
instance.EnableKeyboardNavigation = value
 
value = instance.EnableKeyboardNavigation
C# 
public bool EnableKeyboardNavigation {get; set;}

Remarks

The keyboard support in WebDesktopManager has been extensively implemented to work under Internet Explorer and Gecko-based browsers. The supported keyboard actions includes fast windows switching in ascending or descending order, closing window, arrow key navigation for shortcuts when focus is on the desktop, as well as Task Manager like switching. The extensive keyboard support means that the DesktopManager automatically complies to U.S. Section 508 Accessibility standard.

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.