C# Класс AtspiUiaSource.Element

Наследование: IElement
Показать файл Открыть проект Примеры использования класса

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