ImageMapFocus(IImageArea, Boolean) Method

This method can be used to set the focus to a specific image area

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public void Focus(
	IImageArea area,
	bool setFocus
)

Parameters

area  IImageArea
The image area to which focus is given
setFocus  Boolean
Specify true to make the image map the focused control, false to leave the focus alone.

Remarks

If the image map does not contain the image area specified, the focus is cleared.

See Also