C# 클래스 Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer

AutomationPeer for a RibbonQuickAccessToolBar
상속: System.Windows.Automation.Peers.ItemsControlAutomationPeer, IExpandCollapseProvider
파일 보기 프로젝트 열기: kasicass/kasicass

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