AutomationElementIdentifiers.IsKeyboardFocusableProperty 属性

定义

标识键盘可聚焦的确定自动化属性。 键盘可聚焦状态由 IsKeyboardFocusable 方法返回。

public:
 static property AutomationProperty ^ IsKeyboardFocusableProperty { AutomationProperty ^ get(); };
static AutomationProperty IsKeyboardFocusableProperty();
public static AutomationProperty IsKeyboardFocusableProperty { get; }
var automationProperty = AutomationElementIdentifiers.isKeyboardFocusableProperty;
Public Shared ReadOnly Property IsKeyboardFocusableProperty As AutomationProperty

属性值

自动化属性标识符。

适用于