C# Class AtspiUiaSource.Element

Inheritance: IElement
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
AddEvents ( bool fromElementConstructor ) : void

Private Methods

Méthode Description
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

Method Details

AddEvents() protected méthode

protected AddEvents ( bool fromElementConstructor ) : void
fromElementConstructor bool
Résultat void

Element() public méthode

public Element ( Accessible accessible ) : System
accessible Atspi.Accessible
Résultat System

GetCurrentPattern() public méthode

public GetCurrentPattern ( AutomationPattern pattern ) : object
pattern System.Windows.Automation.AutomationPattern
Résultat object

GetDescendantFromPoint() public méthode

public GetDescendantFromPoint ( double x, double y ) : IElement
x double
y double
Résultat IElement

GetSupportedPatterns() public méthode

public GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
Résultat System.Windows.Automation.AutomationPattern[]

GetSupportedProperties() public méthode

public GetSupportedProperties ( ) : System.Windows.Automation.AutomationProperty[]
Résultat System.Windows.Automation.AutomationProperty[]

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void

SupportsProperty() public méthode

public SupportsProperty ( AutomationProperty property ) : bool
property System.Windows.Automation.AutomationProperty
Résultat bool