Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

WebControl.EnableKeyboardNavigation Property

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


Direct link to this topic