C# Class UiaAtkBridge.Window

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

Protected Properties

Свойство Type Description
active bool

Méthodes publiques

Méthode Description
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
Window ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System

Méthodes protégées

Méthode Description
OnRefStateSet ( ) : Atk.StateSet
RemoveUnmanagedChildren ( ) : void

Private Methods

Méthode Description
AddOneChild ( Atk child ) : void
GainActiveState ( ) : void
LoseActiveState ( ) : void
NewActiveState ( bool active ) : void
PostInit ( ) : void
PreRemoveChild ( Atk childToRemove ) : void
SendActiveStateChange ( ) : void
Window ( ) : System

Method Details

OnRefStateSet() protected méthode

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

RaiseAutomationEvent() public méthode

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

RaiseAutomationPropertyChangedEvent() public méthode

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

RaiseStructureChangedEvent() public méthode

public RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
childProvider object
e System.Windows.Automation.StructureChangedEventArgs
Résultat void

RemoveUnmanagedChildren() protected méthode

protected RemoveUnmanagedChildren ( ) : void
Résultat void

Window() public méthode

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

Property Details

active protected_oe property

protected bool active
Résultat bool