System.Web.UI.HotSpots Namespace HotSpot Class
.NET Framework version 2.0
Sets or retrieves the keyboard shortcut key for accessing the HotSpot region.
Inline |
<asp:hotspot accesskey = strKey ... > |
Script |
HotSpot.AccessKey [ = strKey ] |
strKey |
Character string that denotes an alphanumeric keyboard key. |
This property is read/write and returns an empty string if not set.
AccessKey is used to specify the keyboard shortcut for quickly navigating to a HotSpot object in an ImageMap control. The designated access key can be any single letter or number from the document character set.
The input method of access keys depends on the underlying system. On machines running MS Windows®, one generally has to press the ALT key in addition to the access key. On Macintosh® systems, one generally has to press the CMD key in addition to the access key.
This feature requires Microsoft® Internet Explorer® 4.0 or later.
WebControl.AccessKey Property