Gets or sets a value indicating whether keyboard navigation should be enabled.
[Visual Basic]
Public Property EnableKeyboardNavigation As
Boolean
[C#]
public
Boolean EnableKeyboardNavigation {get; set;}
Remarks
Setting this property to True to instruct EO.Web control to capture arrow, enter and escape keys to navigate the current selected item when the control is active.
The default value is False.
See Also
WebControl Class | EO.Web Namespace