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.

Applies to

See also