Image Area BaseTab Index 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: 2024.12.31.0
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.
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.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
Int32Tab 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
IImageAreaTabIndexExceptions
| ArgumentOutOfRangeException | This is thrown if the tab index is less than zero |