RibbonComboBoxAutomationPeer(RibbonComboBox) Constructor

Definition

Initializes a new instance of the RibbonComboBoxAutomationPeer class.

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

Parameters

owner
RibbonComboBox

The element associated with this automation peer.

Applies to