PasswordBoxAutomationPeer(PasswordBox) Constructor

Definition

Initializes a new instance of the PasswordBoxAutomationPeer class.

public:
 PasswordBoxAutomationPeer(PasswordBox ^ owner);
 PasswordBoxAutomationPeer(PasswordBox const& owner);
public PasswordBoxAutomationPeer(PasswordBox owner);
function PasswordBoxAutomationPeer(owner)
Public Sub New (owner As PasswordBox)

Parameters

owner
PasswordBox

The PasswordBox to create a peer for.

Applies to