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

An automation peer class which automates RibbonApplicationMenu control.
Inheritance: RibbonMenuButtonAutomationPeer
Datei anzeigen Open project: kasicass/kasicass

Public Methods

Method Description
RibbonApplicationMenuAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu owner ) : System.Collections.Generic

Initialize Automation Peer for RibbonApplicationMenu

Protected Methods

Method Description
GetChildrenCore ( ) : List

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

Method Details

GetChildrenCore() protected method

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

RibbonApplicationMenuAutomationPeer() public method

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