ComboBoxAutomationPeer(ComboBox) Constructor

Definition

Initializes a new instance of the ComboBoxAutomationPeer class.

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

Parameters

owner
ComboBox

The ComboBox that is associated with this ComboBoxAutomationPeer.

Applies to