SaveButton.TabIndex property

Gets or sets the position of the SaveButton 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 SaveButton
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 SaveButton 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

SaveButton class

SaveButton members

Microsoft.SharePoint.WebControls namespace