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

AutomationPeer for Ribbon Supports Selection, ExpandCollapse and Scroll Patterns
상속: System.Windows.Automation.Peers.SelectorAutomationPeer, IExpandCollapseProvider, ISelectionProvider
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RaiseExpandCollapseAutomationEvent void

공개 메소드들

메소드 설명
Collapse ( ) : void

Set Ribbon.IsMinimized to true

Expand ( ) : void

Set Ribbon.IsMinimized to false

GetPattern ( PatternInterface patternInterface ) : object
RibbonAutomationPeer ( Ribbon owner ) : System

보호된 메소드들

메소드 설명
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetAutomationControlTypeCore ( ) : AutomationControlType
GetChildrenCore ( ) : System.Collections.Generic.List
GetClassNameCore ( ) : string
IsOffscreenCore ( ) : bool
SetFocusCore ( ) : void

비공개 메소드들

메소드 설명
RaiseExpandCollapseAutomationEvent ( bool oldValue, bool newValue ) : void

메소드 상세

Collapse() 공개 메소드

Set Ribbon.IsMinimized to true
public Collapse ( ) : void
리턴 void

CreateItemAutomationPeer() 보호된 메소드

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

Expand() 공개 메소드

Set Ribbon.IsMinimized to false
public Expand ( ) : void
리턴 void

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetChildrenCore() 보호된 메소드

protected GetChildrenCore ( ) : System.Collections.Generic.List
리턴 System.Collections.Generic.List

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetPattern() 공개 메소드

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
리턴 object

IsOffscreenCore() 보호된 메소드

protected IsOffscreenCore ( ) : bool
리턴 bool

RibbonAutomationPeer() 공개 메소드

public RibbonAutomationPeer ( Ribbon owner ) : System
owner Ribbon
리턴 System

SetFocusCore() 보호된 메소드

protected SetFocusCore ( ) : void
리턴 void