Share via


ComboBoxItemAutomationPeer(ComboBoxItem) Constructor

Definition

Initializes a new instance of the ComboBoxItemAutomationPeer class.

 ComboBoxItemAutomationPeer(ComboBoxItem const& owner);
public ComboBoxItemAutomationPeer(ComboBoxItem owner);
function ComboBoxItemAutomationPeer(owner)
Public Sub New (owner As ComboBoxItem)

Parameters

owner
ComboBoxItem

The ComboBoxItem to create the peer for.

Applies to