ContextMenuAutomationPeer(ContextMenu) Constructor

Definition

Initializes a new instance of the ContextMenuAutomationPeer class.

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

Parameters

owner
ContextMenu

The ContextMenu that is associated with this ContextMenuAutomationPeer.

Applies to