IImage AreaAccess Key Property
This is used to get or set the access key (a shortcut key or mnemonic) for the image area
Definition
Namespace: EWSoftware.ImageMaps
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
The value should be a single alphanumeric character
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
string? AccessKey { get; set; }VB
Property AccessKey As String
Get
SetC++
property String^ AccessKey {
String^ get ();
void set (String^ value);
}F#
abstract AccessKey : string with get, setProperty Value
StringThe value should be a single alphanumeric character