ImageMapProcessTabKey Method

This is overridden to handle tabbing through the image areas

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 ProcessTabKey(
	bool forward
)

Parameters

forward  Boolean
True if tabbing forward through the areas or false if tabbing backwards through them.

Return Value

Boolean
True if the next image area is selected or false if there is not one to go to (i.e. the start or end of the image areas is reached).

See Also