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

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

Private Properties

프로퍼티 타입 설명
RaiseTabExpandCollapseAutomationEvent void
RaiseTabSelectionEvents void

공개 메소드들

메소드 설명
RibbonTabAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonTab owner ) : System.Collections.Generic

보호된 메소드들

메소드 설명
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetBoundingRectangleCore ( ) : Rect
GetChildrenCore ( ) : System.Collections.Generic.List
GetClassNameCore ( ) : string
IsOffscreenCore ( ) : bool

비공개 메소드들

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

메소드 상세

CreateItemAutomationPeer() 보호된 메소드

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

GetBoundingRectangleCore() 보호된 메소드

protected GetBoundingRectangleCore ( ) : Rect
리턴 System.Windows.Rect

GetChildrenCore() 보호된 메소드

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

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

IsOffscreenCore() 보호된 메소드

protected IsOffscreenCore ( ) : bool
리턴 bool

RibbonTabAutomationPeer() 공개 메소드

public RibbonTabAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonTab owner ) : System.Collections.Generic
owner Microsoft.Windows.Controls.Ribbon.RibbonTab
리턴 System.Collections.Generic