Gets or sets the access key of the form control.

[VBScript]
Public Property AccessKey As String
[JScript]
public function get AccessKey() : String;
public function set AccessKey(String);

Property Value

A string representing a single character access key to give access to the form control.

See Also

HTMLAnchorElement Object | HTMLAnchorElement Members | DOM Namespace