Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 691 Bytes

uielement_accesskeyscopeowner.md

File metadata and controls

28 lines (17 loc) · 691 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.UIElement.AccessKeyScopeOwner
winrt property

Microsoft.UI.Xaml.UIElement.AccessKeyScopeOwner

-description

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.

-property-value

The element that defines the access key scope.

-remarks

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

-examples

-see-also

Access keys guidelines