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

AutomationPeer for the item in a RibbonGroup. Supports ScrollItem and ExpandCollapse Patterns.
상속: System.Windows.Automation.Peers.ItemAutomationPeer, IScrollItemProvider, IExpandCollapseProvider
파일 보기 프로젝트 열기: kasicass/kasicass

Private Properties

프로퍼티 타입 설명
GetWrapper RibbonGroup
GetWrapperPeer Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer

공개 메소드들

메소드 설명
GetPattern ( PatternInterface patternInterface ) : object
IExpandCollapseProvider ( ) : void

Close Popup

IScrollItemProvider ( ) : void
RibbonGroupDataAutomationPeer ( object item, RibbonTabAutomationPeer itemsControlPeer ) : System

보호된 메소드들

메소드 설명
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

비공개 메소드들

메소드 설명
GetWrapper ( ) : RibbonGroup
GetWrapperPeer ( ) : Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer

메소드 상세

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetPattern() 공개 메소드

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

IExpandCollapseProvider() 공개 메소드

Close Popup
public IExpandCollapseProvider ( ) : void
리턴 void

IScrollItemProvider() 공개 메소드

public IScrollItemProvider ( ) : void
리턴 void

RibbonGroupDataAutomationPeer() 공개 메소드

public RibbonGroupDataAutomationPeer ( object item, RibbonTabAutomationPeer itemsControlPeer ) : System
item object
itemsControlPeer RibbonTabAutomationPeer
리턴 System