Condividi tramite


CheckBoxAutomationPeer(CheckBox) Costruttore

Definizione

Inizializza una nuova istanza della classe CheckBoxAutomationPeer.

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

Parametri

owner
CheckBox

Oggetto CheckBox associato all'oggetto CheckBoxAutomationPeer.

Si applica a