Compartir a través de


CheckBoxAutomationPeer(CheckBox) Constructor

Definición

Inicializa una nueva instancia de la clase CheckBoxAutomationPeer .

 CheckBoxAutomationPeer(CheckBox const& owner);
public CheckBoxAutomationPeer(CheckBox owner);
function CheckBoxAutomationPeer(owner)
Public Sub New (owner As CheckBox)

Parámetros

owner
CheckBox

Elemento owner para el que se va a crear.

Se aplica a