AutomationElementIdentifiers.AccessKeyProperty 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 access key automation property. The access key property value is returned by the GetAccessKey method.
public:
static property AutomationProperty ^ AccessKeyProperty { AutomationProperty ^ get(); };
static AutomationProperty AccessKeyProperty();
public static AutomationProperty AccessKeyProperty { get; }
var automationProperty = AutomationElementIdentifiers.accessKeyProperty;
Public Shared ReadOnly Property AccessKeyProperty As AutomationProperty
Property Value
The automation property identifier.