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)
Available in Sandboxed Solutions: No
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.