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)

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