Documentation for this section has not yet been entered.
Use the WebControl.AccessKey property to specify the keyboard shortcut for the Web server control. This allows you to navigate quickly to the control by pressing the ALT key and the key for the specified character on the keyboard. For example, setting the access key of a control to the string "D" indicates that the user can navigate to the control by pressing ALT+D.
Only a single character string is allowed for the WebControl.AccessKey property. If you attempt to set this property to a value that is neither null, string.Empty, nor a single character string, an exception is thrown.
This property is supported only in Internet Explorer 4.0 and later.