UIElement.KeyboardAcceleratorPlacementTargetProperty Property

Definition

Identifies the KeyboardAcceleratorPlacementTarget dependency property.

public:
 static property DependencyProperty ^ KeyboardAcceleratorPlacementTargetProperty { DependencyProperty ^ get(); };
static DependencyProperty KeyboardAcceleratorPlacementTargetProperty();
public static DependencyProperty KeyboardAcceleratorPlacementTargetProperty { get; }
var dependencyProperty = UIElement.keyboardAcceleratorPlacementTargetProperty;
Public Shared ReadOnly Property KeyboardAcceleratorPlacementTargetProperty As DependencyProperty

Property Value

The identifier for the KeyboardAcceleratorPlacementTarget dependency property.

Applies to

See also