AutomationElementIdentifiers.IsKeyboardFocusableProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.