AutomationPeer.IsPasswordCore Method

Definition

When overridden in a derived class, is called by IsPassword().

protected:
 abstract bool IsPasswordCore();
protected abstract bool IsPasswordCore ();
abstract member IsPasswordCore : unit -> bool
Protected MustOverride Function IsPasswordCore () As Boolean

Returns

true if the element contains sensitive content; otherwise, false.

Applies to

See also