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

상속: System.Windows.Automation.Peers.ItemsControlAutomationPeer
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 메소드들

메소드 설명
GetPattern ( PatternInterface patternInterface ) : object
RibbonGalleryCategoryAutomationPeer ( RibbonGalleryCategory owner ) : System

보호된 메소드들

메소드 설명
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetAutomationControlTypeCore ( ) : AutomationControlType
GetChildrenCore ( ) : List
GetClassNameCore ( ) : string
IsOffscreenCore ( ) : bool

메소드 상세

CreateItemAutomationPeer() 보호된 메소드

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

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetChildrenCore() 보호된 메소드

protected GetChildrenCore ( ) : List
리턴 List

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetPattern() 공개 메소드

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

IsOffscreenCore() 보호된 메소드

protected IsOffscreenCore ( ) : bool
리턴 bool

RibbonGalleryCategoryAutomationPeer() 공개 메소드

public RibbonGalleryCategoryAutomationPeer ( RibbonGalleryCategory owner ) : System
owner Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory
리턴 System