C# Class UiaAtkBridge.Container

Inheritance: ComponentParentAdapter, ICanHaveSelection
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
Container ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
ICanHaveSelection ( Adapter keepSelected ) : void
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
UpdateNameProperty ( string newName, bool fromCtor ) : void

Method Details

Container() public méthode

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

ICanHaveSelection() public méthode

public ICanHaveSelection ( Adapter keepSelected ) : void
keepSelected Adapter
Résultat void

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 childProvider, StructureChangedEventArgs e ) : void
childProvider object
e System.Windows.Automation.StructureChangedEventArgs
Résultat void

UpdateNameProperty() protected méthode

protected UpdateNameProperty ( string newName, bool fromCtor ) : void
newName string
fromCtor bool
Résultat void