UIElement.IsAccessKeyScopeProperty Property

Definition

Identifies for the IsAccessKeyScope dependency property.

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

Property Value

The identifier for the IsAccessKeyScope 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