C# Класс Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer

An automation peer class which automates RibbonApplicationMenu control.
Наследование: RibbonMenuButtonAutomationPeer
Показать файл Открыть проект

Открытые методы

Метод Описание
RibbonApplicationMenuAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu owner ) : System.Collections.Generic

Initialize Automation Peer for RibbonApplicationMenu

Защищенные методы

Метод Описание
GetChildrenCore ( ) : List

Creates peers for AuxiliaryPaneContent and FooterPanecontent and add them to the collection of children peers.

Описание методов

GetChildrenCore() защищенный Метод

Creates peers for AuxiliaryPaneContent and FooterPanecontent and add them to the collection of children peers.
protected GetChildrenCore ( ) : List
Результат List

RibbonApplicationMenuAutomationPeer() публичный Метод

Initialize Automation Peer for RibbonApplicationMenu
public RibbonApplicationMenuAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu owner ) : System.Collections.Generic
owner Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu
Результат System.Collections.Generic