C# 클래스 AtspiUiaSource.Element

상속: IElement
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BoundingBoxToRect System.Windows.Rect
GetCurrentPatternInternal object
GetElement Element
GetElement Element
GetElement Element
GetElement Element
GetRelation Atspi.Relation
GetUniqueRuntimeId int
IsTable bool
IsTableHeaderItem bool
IsTreeItem bool
OnBoundsChanged void
RemoveEvents void
SupportsExpandCollapse bool
SupportsGrid bool
SupportsGridItem bool
SupportsInvoke bool
SupportsRangeValue bool
SupportsSelection bool
SupportsSelectionItem bool
SupportsTable bool
SupportsTableItem bool
SupportsText bool
SupportsToggle bool
SupportsValue bool

공개 메소드들

메소드 설명
Element ( Accessible accessible ) : System
GetCurrentPattern ( AutomationPattern pattern ) : object
GetDescendantFromPoint ( double x, double y ) : IElement
GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
GetSupportedProperties ( ) : System.Windows.Automation.AutomationProperty[]
SetFocus ( ) : void
SupportsProperty ( AutomationProperty property ) : bool

보호된 메소드들

메소드 설명
AddEvents ( bool fromElementConstructor ) : void

비공개 메소드들

메소드 설명
BoundingBoxToRect ( BoundingBox box ) : Rect
GetCurrentPatternInternal ( AutomationPattern pattern ) : object
GetElement ( Accessible accessible ) : Element
GetElement ( Accessible accessible, DataItemElement parent, int column ) : Element
GetElement ( Accessible accessible, TableElement parent, int row ) : Element
GetElement ( Accessible accessible, bool create ) : Element
GetRelation ( RelationType type ) : Relation
GetUniqueRuntimeId ( ) : int
IsTable ( Accessible accessible ) : bool
IsTableHeaderItem ( Accessible accessible ) : bool
IsTreeItem ( Accessible accessible ) : bool
OnBoundsChanged ( Accessible sender, BoundingBox bounds ) : void
RemoveEvents ( ) : void
SupportsExpandCollapse ( ) : bool
SupportsGrid ( ) : bool
SupportsGridItem ( ) : bool
SupportsInvoke ( ) : bool
SupportsRangeValue ( ) : bool
SupportsSelection ( ) : bool
SupportsSelectionItem ( ) : bool
SupportsTable ( ) : bool
SupportsTableItem ( ) : bool
SupportsText ( ) : bool
SupportsToggle ( ) : bool
SupportsValue ( ) : bool

메소드 상세

AddEvents() 보호된 메소드

protected AddEvents ( bool fromElementConstructor ) : void
fromElementConstructor bool
리턴 void

Element() 공개 메소드

public Element ( Accessible accessible ) : System
accessible Atspi.Accessible
리턴 System

GetCurrentPattern() 공개 메소드

public GetCurrentPattern ( AutomationPattern pattern ) : object
pattern System.Windows.Automation.AutomationPattern
리턴 object

GetDescendantFromPoint() 공개 메소드

public GetDescendantFromPoint ( double x, double y ) : IElement
x double
y double
리턴 IElement

GetSupportedPatterns() 공개 메소드

public GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
리턴 System.Windows.Automation.AutomationPattern[]

GetSupportedProperties() 공개 메소드

public GetSupportedProperties ( ) : System.Windows.Automation.AutomationProperty[]
리턴 System.Windows.Automation.AutomationProperty[]

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void

SupportsProperty() 공개 메소드

public SupportsProperty ( AutomationProperty property ) : bool
property System.Windows.Automation.AutomationProperty
리턴 bool