RibbonComboBoxAutomationPeer(RibbonComboBox) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.