ComboBoxAutomationPeer(ComboBox) Constructor

Definición

Inicializa una nueva instancia de la clase ComboBoxAutomationPeer .

 ComboBoxAutomationPeer(ComboBox const& owner);
public ComboBoxAutomationPeer(ComboBox owner);
function ComboBoxAutomationPeer(owner)
Public Sub New (owner As ComboBox)

Parámetros

owner
ComboBox

Elemento owner para el que se va a crear.

Se aplica a