RibbonContextMenuAutomationPeer(RibbonContextMenu) Constructor

Definition

Initializes a new instance of the RibbonContextMenuAutomationPeer class.

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

Parameters

owner
RibbonContextMenu

The element associated with this automation peer.

Applies to