Share via


OWSSubmitButton.TabIndex Property

NOTE: This API is now obsolete.

Gets or sets the tab index for the submit button.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public Property TabIndex As Integer
    Get
    Set
'Usage
Dim instance As OWSSubmitButton
Dim value As Integer

value = instance.TabIndex

instance.TabIndex = value
[ObsoleteAttribute("This class has been deprecated.")]
public int TabIndex { get; set; }

Property Value

Type: System.Int32
A 32-bit integer that specifies the tab index.

See Also

Reference

OWSSubmitButton Class

OWSSubmitButton Members

Microsoft.SharePoint.WebControls Namespace