AutomationProperties.AcceleratorKeyProperty Property

Definition

Identifies the AutomationProperties.AcceleratorKey attached property.

public:
 static property DependencyProperty ^ AcceleratorKeyProperty { DependencyProperty ^ get(); };
static DependencyProperty AcceleratorKeyProperty();
public static DependencyProperty AcceleratorKeyProperty { get; }
var dependencyProperty = AutomationProperties.acceleratorKeyProperty;
Public Shared ReadOnly Property AcceleratorKeyProperty As DependencyProperty

Property Value

The identifier for the AutomationProperties.AcceleratorKey attached property.

Applies to

See also