ImageMapFocusedArea Property

This property is used to get or set the index of the area that has the focus

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public int FocusedArea { get; set; }

Property Value

Int32
Returns -1 if no area has the focus. Setting the area to an index outside the bounds of the collection will clear the focus.

See Also