RibbonContextMenuAutomationPeer(RibbonContextMenu) Constructor

Definición

Inicializa una nueva instancia de la clase RibbonContextMenuAutomationPeer.

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)

Parámetros

owner
RibbonContextMenu

El elemento asociado a este nivel de automatización.

Se aplica a