Image Area BaseTab Index 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: 2024.12.31.0
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.
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public int TabIndex { get; set; }VB
Public Property TabIndex As Integer
Get
SetC++
public:
virtual property int TabIndex {
int get () sealed;
void set (int value) sealed;
}F#
abstract TabIndex : int with get, set
override TabIndex : int with get, setProperty Value
Int32Note 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.