AutomationElementIdentifiers.IsKeyboardFocusableProperty Property

Definition

Identifies the keyboard-focusable determination automation property. The keyboard focusable status is returned by the IsKeyboardFocusable method.

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

Property Value

The automation property identifier.

Applies to