Share via


UIElement.AccessKeyScopeOwner Property

Definition

Gets or sets a source element that provides the access key scope for this element, even if it's not in the visual tree of the source element.

public DependencyObject AccessKeyScopeOwner { get; set; }

Property Value

The element that defines the access key scope.

Remarks

The source element must have it's IsAccessKeyScope property set to true.

Applies to

See also