ImageMapProcessDialogKey Method

This is overridden to handle arrow keys in the same manner as a Tab key press

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 ProcessDialogKey(
	Keys keyData
)

Parameters

keyData  Keys
The key to process

Return Value

Boolean
True if the key was processed, false if not

Remarks

The up and left arrows act like Shift+Tab. The right and down arrows act like Tab.

See Also