Image MapFocused Area 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: 2024.12.31.0
Returns -1 if no area has the focus. Setting the area to an index outside the bounds of the collection will clear the focus.
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public int FocusedArea { get; set; }VB
Public Property FocusedArea As Integer
Get
SetC++
public:
property int FocusedArea {
int get ();
void set (int value);
}F#
member FocusedArea : int with get, setProperty Value
Int32Returns -1 if no area has the focus. Setting the area to an index outside the bounds of the collection will clear the focus.