CalendarButtonAutomationPeer(Button) Constructor

Definición

Inicializa una nueva instancia de la clase CalendarButtonAutomationPeer.

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)

Parámetros

owner
Button

El elemento asociado a este nivel de automatización.

Se aplica a