BaseFieldControl.TabIndex property

Gets or sets the position of the BaseFieldControl in the tab order of controls on the page.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property TabIndex As Short
    Get
    Set
'Usage
Dim instance As BaseFieldControl
Dim value As Short

value = instance.TabIndex

instance.TabIndex = value
public virtual short TabIndex { get; set; }

Property value

Type: System.Int16
An Int16 that represents the position of the BaseFieldControl in the tab order of controls on the page. The default is 0, which means that the control has no tab order.

See also

Reference

BaseFieldControl class

BaseFieldControl members

Microsoft.SharePoint.WebControls namespace