KeyboardAccelerator.KeyProperty Property

Definition

Identifies the Key dependency property.

public:
 static property DependencyProperty ^ KeyProperty { DependencyProperty ^ get(); };
static DependencyProperty KeyProperty();
public static DependencyProperty KeyProperty { get; }
var dependencyProperty = KeyboardAccelerator.keyProperty;
Public Shared ReadOnly Property KeyProperty As DependencyProperty

Property Value

The identifier for the Key dependency property.

Applies to

See also