ItemAutomationPeer::IsPasswordCore Method ()

 

Gets a value that indicates whether the specified UIElement contains protected content.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual bool IsPasswordCore() override

Return Value

Type: System::Boolean

true if the specified UIElement contains protected content; otherwise, false.

The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by IsPassword.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: