C# Class UiaAtkBridge.TopLevelRootItem

Inheritance: ParentAdapter
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void

Private Methods

Méthode Description
AddOneChild ( Atk child ) : void
CheckAndHandleNewActiveWindow ( UiaAtkBridge newWin ) : void
CheckAndHandleNewActiveWindow ( UiaAtkBridge oldWin, UiaAtkBridge newWin ) : void
TopLevelRootItem ( ) : System
WindowDeactivated ( Window win ) : void

Method Details

RaiseAutomationEvent() public méthode

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

RaiseStructureChangedEvent() public méthode

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