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.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Applies to

See also