Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 668 Bytes

flyoutbase_allowfocusoninteraction.md

File metadata and controls

31 lines (20 loc) · 668 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AllowFocusOnInteraction
winrt property

Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AllowFocusOnInteraction

-description

Gets or sets a value that indicates whether the element automatically gets focus when the user interacts with it.

-xaml-syntax

<flyoutAllowFocusOnInteraction="bool"/>

-property-value

true if the element gets focus when a user interacts with it; otherwise, false.

-remarks

Available starting in Windows 10, version 1607.

-examples

-see-also