CalendarButtonAutomationPeer(Button) Constructor

Definition

Initializes a new instance of the CalendarButtonAutomationPeer class.

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

Parameters

owner
Button

The element associated with this automation peer.

Applies to