Compartilhar via


TextEditor.TabIndex property

Obtém ou define o índice de tabulação do TextEditor.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Property TabIndex As Integer
    Get
    Set
'Uso
Dim instance As TextEditor
Dim value As Integer

value = instance.TabIndex

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

Property value

Type: System.Int32

Ver também

Referência

TextEditor class

TextEditor members

Microsoft.SharePoint.Portal.WebControls namespace