C# Class UiaAtkBridge.Container

Inheritance: ComponentParentAdapter, ICanHaveSelection
ファイルを表示 Open project: mono/uia2atk

Public Methods

Method 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

Protected Methods

Method Description
UpdateNameProperty ( string newName, bool fromCtor ) : void

Method Details

Container() public method

public Container ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
return System

ICanHaveSelection() public method

public ICanHaveSelection ( Adapter keepSelected ) : void
keepSelected Adapter
return void

RaiseAutomationEvent() public method

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
return void

RaiseStructureChangedEvent() public method

public RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
childProvider object
e System.Windows.Automation.StructureChangedEventArgs
return void

UpdateNameProperty() protected method

protected UpdateNameProperty ( string newName, bool fromCtor ) : void
newName string
fromCtor bool
return void