C# Class Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer

An automation peer class which automates RibbonApplicationMenu control.
Inheritance: RibbonMenuButtonAutomationPeer
Afficher le fichier Open project: kasicass/kasicass

Méthodes publiques

Méthode Description
RibbonApplicationMenuAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu owner ) : System.Collections.Generic

Initialize Automation Peer for RibbonApplicationMenu

Méthodes protégées

Méthode Description
GetChildrenCore ( ) : List

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

Method Details

GetChildrenCore() protected méthode

Creates peers for AuxiliaryPaneContent and FooterPanecontent and add them to the collection of children peers.
protected GetChildrenCore ( ) : List
Résultat List

RibbonApplicationMenuAutomationPeer() public méthode

Initialize Automation Peer for RibbonApplicationMenu
public RibbonApplicationMenuAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu owner ) : System.Collections.Generic
owner Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu
Résultat System.Collections.Generic