Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 573 Bytes

passwordbox_selectionflyout.md

File metadata and controls

25 lines (15 loc) · 573 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.PasswordBox.SelectionFlyout
winrt property

Microsoft.UI.Xaml.Controls.PasswordBox.SelectionFlyout

-description

Gets or sets the flyout that is shown when text is selected, or null if no flyout is shown.

-property-value

The flyout that is shown when text is selected, or null if no flyout is shown. The default is an instance of TextCommandBarFlyout.

-remarks

-see-also

-examples