HotSpot.AccessKey Property

Definition

Gets or sets the access key that allows you to quickly navigate to the HotSpot region.

public:
 virtual property System::String ^ AccessKey { System::String ^ get(); void set(System::String ^ value); };
public virtual string AccessKey { get; set; }
member this.AccessKey : string with get, set
Public Overridable Property AccessKey As String

Property Value

The access key for quick navigation to the HotSpot region. The default value is Empty, which indicates that this property is not set.

Exceptions

The specified access key is neither null, an empty string (""), nor a single character string.

Remarks

Use the AccessKey property to specify the keyboard shortcut for a HotSpot region. This allows you to navigate quickly to the region by pressing the ALT key and the key for the specified character on the keyboard. For example, setting the access key of a HotSpot region 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 AccessKey property. If you attempt to set this property to a value that is neither null, Empty, nor a single character string, an exception is thrown.

Note

This property is supported only in Internet Explorer 4.0 and later.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and Globalization and Localization.

Applies to

See also