UIElement.AccessKeyProperty Property

Definition

Identifies for the AccessKey dependency property.

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

Property Value

The identifier for the AccessKey dependency property.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to

See also