ImageMapProcessMnemonic Method

This is overridden to handle processing of image area access keys

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
protected override bool ProcessMnemonic(
	char charCode
)

Parameters

charCode  Char
The character code

Return Value

Boolean
True if handled, false if not

See Also