Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 588 Bytes

automationpeer_ispassword_1875117543.md

File metadata and controls

23 lines (16 loc) · 588 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.IsPassword
winrt method

Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.IsPassword

-description

Gets a value that indicates whether the element contains sensitive content.

-returns

true if the element contains sensitive content such as a password; otherwise, false.

-remarks

This property enables applications such as screen readers to determine whether the text content of a control should be read aloud.

-examples

-see-also