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

AutomationPeer for a RibbonQuickAccessToolBar
Inheritance: System.Windows.Automation.Peers.ItemsControlAutomationPeer, IExpandCollapseProvider
Afficher le fichier Open project: kasicass/kasicass

Private Properties

Свойство Type Description
RaiseExpandCollapseAutomationEvent void

Méthodes publiques

Méthode Description
Collapse ( ) : void
Expand ( ) : void
GetPattern ( PatternInterface patternInterface ) : object
RibbonQuickAccessToolBarAutomationPeer ( RibbonQuickAccessToolBar owner ) : System

Méthodes protégées

Méthode Description
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetAutomationControlTypeCore ( ) : AutomationControlType
GetChildrenCore ( ) : List

Creates peers for CustomizeMenuButton and adds them to the collection of children peers.

GetClassNameCore ( ) : string

Private Methods

Méthode Description
RaiseExpandCollapseAutomationEvent ( bool oldValue, bool newValue ) : void

Method Details

Collapse() public méthode

public Collapse ( ) : void
Résultat void

CreateItemAutomationPeer() protected méthode

protected CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
item object
Résultat System.Windows.Automation.Peers.ItemAutomationPeer

Expand() public méthode

public Expand ( ) : void
Résultat void

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetChildrenCore() protected méthode

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

GetClassNameCore() protected méthode

protected GetClassNameCore ( ) : string
Résultat string

GetPattern() public méthode

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

RibbonQuickAccessToolBarAutomationPeer() public méthode

public RibbonQuickAccessToolBarAutomationPeer ( RibbonQuickAccessToolBar owner ) : System
owner RibbonQuickAccessToolBar
Résultat System