ButtonAutomationPeer(Button) Constructor

Definition

Initializes a new instance of the ButtonAutomationPeer class.

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

Parameters

owner
Button

The element associated with this automation peer.

Applies to