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

AutomationPeer for a RibbonQuickAccessToolBar
Inheritance: System.Windows.Automation.Peers.ItemsControlAutomationPeer, IExpandCollapseProvider
Datei anzeigen Open project: kasicass/kasicass

Private Properties

Property Type Description
RaiseExpandCollapseAutomationEvent void

Public Methods

Method Description
Collapse ( ) : void
Expand ( ) : void
GetPattern ( PatternInterface patternInterface ) : object
RibbonQuickAccessToolBarAutomationPeer ( RibbonQuickAccessToolBar owner ) : System

Protected Methods

Method 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

Method Description
RaiseExpandCollapseAutomationEvent ( bool oldValue, bool newValue ) : void

Method Details

Collapse() public method

public Collapse ( ) : void
return void

CreateItemAutomationPeer() protected method

protected CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
item object
return System.Windows.Automation.Peers.ItemAutomationPeer

Expand() public method

public Expand ( ) : void
return void

GetAutomationControlTypeCore() protected method

protected GetAutomationControlTypeCore ( ) : AutomationControlType
return AutomationControlType

GetChildrenCore() protected method

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

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

GetPattern() public method

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
return object

RibbonQuickAccessToolBarAutomationPeer() public method

public RibbonQuickAccessToolBarAutomationPeer ( RibbonQuickAccessToolBar owner ) : System
owner RibbonQuickAccessToolBar
return System