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