Control.TabIndexProperty Property

Definition

Identifies the TabIndex  dependency property.

public:
 static property DependencyProperty ^ TabIndexProperty { DependencyProperty ^ get(); };
static DependencyProperty TabIndexProperty();
public static DependencyProperty TabIndexProperty { get; }
var dependencyProperty = Control.tabIndexProperty;
Public Shared ReadOnly Property TabIndexProperty As DependencyProperty

Property Value

The identifier for the TabIndex  dependency property.

Applies to