This documentation is for the old version. Go to the latest Upload Suite docs

BaseControl.AccessKey Property

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

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property AccessKey As String
C#
public override string AccessKey { get; }

Property 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.

See Also

Reference