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

AutomationPeer for the item in a RibbonControl
Inheritance: System.Windows.Automation.Peers.ItemAutomationPeer
Afficher le fichier Open project: kasicass/kasicass

Private Properties

Свойство Type Description
GetWrapper Microsoft.Windows.Controls.Ribbon.RibbonControl
GetWrapperPeer RibbonControlAutomationPeer

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object
RibbonControlDataAutomationPeer ( object item, System.Windows.Automation.Peers.ItemsControlAutomationPeer itemsControlPeer ) : System

Méthodes protégées

Méthode Description
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

Private Methods

Méthode Description
GetWrapper ( ) : RibbonControl
GetWrapperPeer ( ) : RibbonControlAutomationPeer

Method Details

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetClassNameCore() protected méthode

protected GetClassNameCore ( ) : string
Résultat string

GetPattern() public méthode

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
Résultat object

RibbonControlDataAutomationPeer() public méthode

public RibbonControlDataAutomationPeer ( object item, System.Windows.Automation.Peers.ItemsControlAutomationPeer itemsControlPeer ) : System
item object
itemsControlPeer System.Windows.Automation.Peers.ItemsControlAutomationPeer
Résultat System