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.

C#
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

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also