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.

Applies to

See also