Gets or sets the access key that allows you to quickly navigate to the Web server control.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[LayoutAttribute(LayoutType.Behavior)] [C1CategoryAttribute("Category.Accessibility")] [JsonAttribute(true)] public override string AccessKey { get; set; } |
| Visual Basic (Declaration) |
|---|
<LayoutAttribute(LayoutType.Behavior)> _ <C1CategoryAttribute("Category.Accessibility")> _ <JsonAttribute(True)> _ Public Overrides Property AccessKey As String Get Set |
Remarks
Use the AccessKey property to specify the keyboard shortcut for the Web server component.
This allows you to navigate quickly to the component by pressing the ALT key and the key for the specified character on the keyboard.
For example, setting the access key of a component to the string "D" indicates that the user can navigate to the component by pressing ALT+D.