Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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