C# Class UiaAtkBridge.List

Inheritance: ComponentParentAdapter, Atk.ISelectionImplementor
Mostrar archivo Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
IsChildSelected ( int i ) : bool
List ( IRawElementProviderFragmentRoot provider ) : System
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet
UpdateNameProperty ( string newName, bool fromCtor ) : void

Private Methods

Method Description
HandleItemFocus ( Adapter item, bool itemFocused ) : void
NotifyItemSelected ( Adapter item ) : void

Method Details

AddSelection() public method

public AddSelection ( int i ) : bool
i int
return bool

ClearSelection() public method

public ClearSelection ( ) : bool
return bool

IsChildSelected() public method

public IsChildSelected ( int i ) : bool
i int
return bool

List() public method

public List ( IRawElementProviderFragmentRoot provider ) : System
provider IRawElementProviderFragmentRoot
return System

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

RaiseAutomationEvent() public method

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

RaiseAutomationPropertyChangedEvent() public method

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
return void

RaiseStructureChangedEvent() public method

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

RefSelection() public method

public RefSelection ( int i ) : Atk.Object
i int
return Atk.Object

RemoveSelection() public method

public RemoveSelection ( int i ) : bool
i int
return bool

SelectAllSelection() public method

public SelectAllSelection ( ) : bool
return bool

UpdateNameProperty() protected method

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