ImageAreaBaseTabIndex Property

This is used to get or set the tab index of the area

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public int TabIndex { get; set; }

Property Value

Int32
Note that each area in the image map is considered to be one element on the page and should have a unique tab index value if they are being used. The value of the tab index for the first image map area should be set to a value higher than the tab index of the control preceding the image map in the tab order. The tab index of the control following the image map in the tab order will be set to a value higher than the tab index value of the last area in the image map.

Implements

IImageAreaTabIndex

See Also