PasswordBoxAutomationPeer(PasswordBox) Constructor

Definition

Initializes a new instance of the PasswordBoxAutomationPeer class.

public:
 PasswordBoxAutomationPeer(System::Windows::Controls::PasswordBox ^ owner);
public PasswordBoxAutomationPeer (System.Windows.Controls.PasswordBox owner);
new System.Windows.Automation.Peers.PasswordBoxAutomationPeer : System.Windows.Controls.PasswordBox -> System.Windows.Automation.Peers.PasswordBoxAutomationPeer
Public Sub New (owner As PasswordBox)

Parameters

owner
PasswordBox

The PasswordBox that is associated with this PasswordBoxAutomationPeer.

Applies to

See also