ImageMapProcessDialogChar Method

This is overridden to fire the image map click event if an image area has the focus and the Space bar or Enter key is pressed.

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 ProcessDialogChar(
	char charCode
)

Parameters

charCode  Char
The character code

Return Value

Boolean
True if handled, false if not

See Also