Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.07 KB

gettingfocuseventargs_cancel.md

File metadata and controls

31 lines (17 loc) · 1.07 KB
-api-id -api-type
P:Windows.UI.Xaml.Input.GettingFocusEventArgs.Cancel
winrt property

Windows.UI.Xaml.Input.GettingFocusEventArgs.Cancel

-description

Gets or sets whether focus navigation should be canceled.

-property-value

true if focus navigation should be canceled. Otherwise, false.

-remarks

Apps that target Windows 10, version 1803 or later should use TryCancel instead of this property. If your app also supports previous versions, see Version adaptive apps: Use new APIs while maintaining compatibility with previous versions for more info.

-see-also

Keyboard interactions, Focus navigation for keyboard, gamepad, remote control, and accessibility tools, Programmatic focus navigation

-examples