Gets or sets the access key that allows you to quickly navigate to the Web server control.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override string AccessKey { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Property AccessKey As String
	Get
	Set

Field Value

Return Value

The access key for quick navigation to the Web server control. The default value is Empty()()()(), which indicates that this property is not set.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException The specified access key is neither null, Empty()()()() nor a single character string.

See Also