C# Класс Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer

AutomationPeer for a RibbonQuickAccessToolBar
Наследование: System.Windows.Automation.Peers.ItemsControlAutomationPeer, IExpandCollapseProvider
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
RaiseExpandCollapseAutomationEvent void

Открытые методы

Метод Описание
Collapse ( ) : void
Expand ( ) : void
GetPattern ( PatternInterface patternInterface ) : object
RibbonQuickAccessToolBarAutomationPeer ( RibbonQuickAccessToolBar owner ) : System

Защищенные методы

Метод Описание
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetAutomationControlTypeCore ( ) : AutomationControlType
GetChildrenCore ( ) : List

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

GetClassNameCore ( ) : string

Приватные методы

Метод Описание
RaiseExpandCollapseAutomationEvent ( bool oldValue, bool newValue ) : void

Описание методов

Collapse() публичный Метод

public Collapse ( ) : void
Результат void

CreateItemAutomationPeer() защищенный Метод

protected CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
item object
Результат System.Windows.Automation.Peers.ItemAutomationPeer

Expand() публичный Метод

public Expand ( ) : void
Результат void

GetAutomationControlTypeCore() защищенный Метод

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Результат AutomationControlType

GetChildrenCore() защищенный Метод

Creates peers for CustomizeMenuButton and adds them to the collection of children peers.
protected GetChildrenCore ( ) : List
Результат List

GetClassNameCore() защищенный Метод

protected GetClassNameCore ( ) : string
Результат string

GetPattern() публичный Метод

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
Результат object

RibbonQuickAccessToolBarAutomationPeer() публичный Метод

public RibbonQuickAccessToolBarAutomationPeer ( RibbonQuickAccessToolBar owner ) : System
owner RibbonQuickAccessToolBar
Результат System