Control.TabIndexProperty 属性

定义

标识 TabIndex 依赖属性。

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

属性值

TabIndex 依赖属性的标识符。

适用于