Share via


RibbonSeparatorAutomationPeer Constructor

Initializes a new instance of the RibbonSeparatorAutomationPeer class.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

RibbonSeparatorAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace