HTMLLabelElement.AccessKey

HTMLLabelElement.AccessKey property

A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.

public string AccessKey { get; set; }

See Also