Share via


ContentDBFormSection.TabIndex Property

Gets or sets the placement of the form section in the tab order of the Web control.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

value = instance.TabIndex

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

Property Value

Type: System.Int16

See Also

Reference

ContentDBFormSection Class

ContentDBFormSection Members

Microsoft.Office.Server.Search.WebControls Namespace