TextEditor.TabIndex Property
Gets or sets the tab index of the TextEditor.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property TabIndex As Integer
Get
Set
'Usage
Dim instance As TextEditor
Dim value As Integer
value = instance.TabIndex
instance.TabIndex = value
public int TabIndex { get; set; }
Property Value
Type: System.Int32