Share via


RibbonComboBoxAutomationPeer Constructor

Initializes a new instance of the RibbonComboBoxAutomationPeer class.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Sub New ( _
    owner As RibbonComboBox _
)
public RibbonComboBoxAutomationPeer(
    RibbonComboBox owner
)
public:
RibbonComboBoxAutomationPeer(
    RibbonComboBox^ owner
)
new : 
        owner:RibbonComboBox -> RibbonComboBoxAutomationPeer
public function RibbonComboBoxAutomationPeer(
    owner : RibbonComboBox
)

Parameters

.NET Framework Security

See Also

Reference

RibbonComboBoxAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace