ImageAreaBaseTabIndex Property

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

Definition

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

Property Value

Int32
Tab index values within the image map are independent of tab index values in the containing control. A value of zero excludes an area from the tab order of the image map. Only image areas that are enabled and have an Action value of FireEvent can receive the focus. If no image areas have a tab index value, the image map will not participate in its parent's tab order.

Implements

IImageAreaTabIndex

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the tab index is less than zero

See Also