ImageAreaBaseAccessKey Property

This is used to get or set the access key (a shortcut key or mnemonic) for the image area

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public string AccessKey { get; set; }

Property Value

String
The value should be a single alphanumeric character. If the area is enabled and its Action is set to FireEvent, pressing the Alt key plus the access key will give the area the keyboard focus.

Implements

IImageAreaAccessKey

Exceptions

ArgumentOutOfRangeExceptionThe specified access key is not a single character string.

See Also