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

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

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual string AccessKey { get; set; }
Visual Basic
Public Overridable Property AccessKey As String
	Get
	Set
Visual C++
public:
virtual property String^ AccessKey {
	String^ get ();
	void set (String^ value);
}
F#
abstract AccessKey : string with get, set
override AccessKey : string with get, set

Property Value

Type: String

Exceptions

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

See Also