C# 클래스 System.Windows.Automation.Peers.ItemAutomationPeer

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
GetAcceleratorKeyCore ( ) : string
GetAccessKeyCore ( ) : string
GetAutomationControlTypeCore ( ) : AutomationControlType
GetAutomationIdCore ( ) : string
GetBoundingRectangleCore ( ) : Rect
GetChildrenCore ( ) : List
GetClassNameCore ( ) : string
GetClickablePointCore ( ) : Point
GetHelpTextCore ( ) : string
GetItemStatusCore ( ) : string
GetItemTypeCore ( ) : string
GetLabeledByCore ( ) : System.Windows.Automation.Peers.AutomationPeer
GetLocalizedControlTypeCore ( ) : string
GetNameCore ( ) : string
GetOrientationCore ( ) : AutomationOrientation
HasKeyboardFocusCore ( ) : bool
IsContentElementCore ( ) : bool
IsControlElementCore ( ) : bool
IsEnabledCore ( ) : bool
IsKeyboardFocusableCore ( ) : bool
IsOffscreenCore ( ) : bool
IsPasswordCore ( ) : bool
IsRequiredForFormCore ( ) : bool
ItemAutomationPeer ( UIElement uielement ) : System
ItemAutomationPeer ( object item, ItemsControlAutomationPeer itemsControlAutomationPeer ) : System
SetFocusCore ( ) : void

메소드 상세

GetAcceleratorKeyCore() 보호된 메소드

protected GetAcceleratorKeyCore ( ) : string
리턴 string

GetAccessKeyCore() 보호된 메소드

protected GetAccessKeyCore ( ) : string
리턴 string

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetAutomationIdCore() 보호된 메소드

protected GetAutomationIdCore ( ) : string
리턴 string

GetBoundingRectangleCore() 보호된 메소드

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

GetChildrenCore() 보호된 메소드

protected GetChildrenCore ( ) : List
리턴 List

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetClickablePointCore() 보호된 메소드

protected GetClickablePointCore ( ) : Point
리턴 Point

GetHelpTextCore() 보호된 메소드

protected GetHelpTextCore ( ) : string
리턴 string

GetItemStatusCore() 보호된 메소드

protected GetItemStatusCore ( ) : string
리턴 string

GetItemTypeCore() 보호된 메소드

protected GetItemTypeCore ( ) : string
리턴 string

GetLabeledByCore() 보호된 메소드

protected GetLabeledByCore ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer

GetLocalizedControlTypeCore() 보호된 메소드

protected GetLocalizedControlTypeCore ( ) : string
리턴 string

GetNameCore() 보호된 메소드

protected GetNameCore ( ) : string
리턴 string

GetOrientationCore() 보호된 메소드

protected GetOrientationCore ( ) : AutomationOrientation
리턴 AutomationOrientation

GetPattern() 공개 메소드

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

HasKeyboardFocusCore() 보호된 메소드

protected HasKeyboardFocusCore ( ) : bool
리턴 bool

IsContentElementCore() 보호된 메소드

protected IsContentElementCore ( ) : bool
리턴 bool

IsControlElementCore() 보호된 메소드

protected IsControlElementCore ( ) : bool
리턴 bool

IsEnabledCore() 보호된 메소드

protected IsEnabledCore ( ) : bool
리턴 bool

IsKeyboardFocusableCore() 보호된 메소드

protected IsKeyboardFocusableCore ( ) : bool
리턴 bool

IsOffscreenCore() 보호된 메소드

protected IsOffscreenCore ( ) : bool
리턴 bool

IsPasswordCore() 보호된 메소드

protected IsPasswordCore ( ) : bool
리턴 bool

IsRequiredForFormCore() 보호된 메소드

protected IsRequiredForFormCore ( ) : bool
리턴 bool

ItemAutomationPeer() 보호된 메소드

protected ItemAutomationPeer ( UIElement uielement ) : System
uielement UIElement
리턴 System

ItemAutomationPeer() 보호된 메소드

protected ItemAutomationPeer ( object item, ItemsControlAutomationPeer itemsControlAutomationPeer ) : System
item object
itemsControlAutomationPeer ItemsControlAutomationPeer
리턴 System

SetFocusCore() 보호된 메소드

protected SetFocusCore ( ) : void
리턴 void