XamlUICommand.KeyboardAcceleratorsProperty Property

Definition

Identifies the KeyboardAccelerators dependency property.

public:
 static property DependencyProperty ^ KeyboardAcceleratorsProperty { DependencyProperty ^ get(); };
static DependencyProperty KeyboardAcceleratorsProperty();
public static DependencyProperty KeyboardAcceleratorsProperty { get; }
var dependencyProperty = XamlUICommand.keyboardAcceleratorsProperty;
Public Shared ReadOnly Property KeyboardAcceleratorsProperty As DependencyProperty

Property Value

The identifier for the KeyboardAccelerators dependency property.

Applies to

See also