C# Class UiaAtkBridge.ComponentAdapter

Inheritance: Adapter, Atk.IComponentImplementor
Afficher le fichier Open project: mono/uia2atk

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddFocusHandler ( Atk handler ) : uint
ComponentAdapter ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
Contains ( int x, int y, Atk coordType ) : bool
GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
GetPosition ( int &x, int &y, Atk coordType ) : void
GetSize ( int &width, int &height ) : void
GrabFocus ( ) : bool
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs args ) : void
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
RemoveFocusHandler ( uint handlerId ) : void
SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
SetPosition ( int x, int y, Atk coordType ) : bool
SetSize ( int width, int height ) : bool

Méthodes protégées

Méthode Description
OnRefStateSet ( ) : Atk.StateSet

Method Details

AddFocusHandler() public méthode

public AddFocusHandler ( Atk handler ) : uint
handler Atk
Résultat uint

ComponentAdapter() public méthode

public ComponentAdapter ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
Résultat System

Contains() public méthode

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Résultat bool

GetExtents() public méthode

public GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
x int
y int
width int
height int
coordType Atk
Résultat void

GetPosition() public méthode

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
Résultat void

GetSize() public méthode

public GetSize ( int &width, int &height ) : void
width int
height int
Résultat void

GrabFocus() public méthode

public GrabFocus ( ) : bool
Résultat bool

OnRefStateSet() protected méthode

protected OnRefStateSet ( ) : Atk.StateSet
Résultat Atk.StateSet

RaiseAutomationEvent() public méthode

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs args ) : void
eventId System.Windows.Automation.AutomationEvent
args System.Windows.Automation.AutomationEventArgs
Résultat void

RaiseAutomationPropertyChangedEvent() public méthode

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
Résultat void

RefAccessibleAtPoint() public méthode

public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
x int
y int
coordType Atk
Résultat Atk.Object

RemoveFocusHandler() public méthode

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
Résultat void

SetExtents() public méthode

public SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
x int
y int
width int
height int
coordType Atk
Résultat bool

SetPosition() public méthode

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Résultat bool

SetSize() public méthode

public SetSize ( int width, int height ) : bool
width int
height int
Résultat bool