C# Class UiaAtkBridge.List

Inheritance: ComponentParentAdapter, Atk.ISelectionImplementor
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnRefStateSet ( ) : Atk.StateSet
UpdateNameProperty ( string newName, bool fromCtor ) : void

Private Methods

Méthode Description
HandleItemFocus ( Adapter item, bool itemFocused ) : void
NotifyItemSelected ( Adapter item ) : void

Method Details

AddSelection() public méthode

public AddSelection ( int i ) : bool
i int
Résultat bool

ClearSelection() public méthode

public ClearSelection ( ) : bool
Résultat bool

IsChildSelected() public méthode

public IsChildSelected ( int i ) : bool
i int
Résultat bool

List() public méthode

public List ( IRawElementProviderFragmentRoot provider ) : System
provider IRawElementProviderFragmentRoot
Résultat System

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

RefSelection() public méthode

public RefSelection ( int i ) : Atk.Object
i int
Résultat Atk.Object

RemoveSelection() public méthode

public RemoveSelection ( int i ) : bool
i int
Résultat bool

SelectAllSelection() public méthode

public SelectAllSelection ( ) : bool
Résultat bool

UpdateNameProperty() protected méthode

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