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

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also