ComboBoxAutomationPeer(ComboBox) Constructor

Definition

Initializes a new instance of the ComboBoxAutomationPeer class.

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

Parameters

owner
ComboBox

The owner element to create for.

Applies to