C# Class UiaAtkBridge.ExpandCollapseButton

Inheritance: ComponentParentAdapter, Atk.IActionImplementor, Atk.ISelectionImplementor, ICanHaveSelection
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
DoAction ( int action ) : bool
ExpandCollapseButton ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
GetDescription ( int action ) : string
GetKeybinding ( int action ) : string
GetLocalizedName ( int action ) : string
GetName ( int action ) : string
ICanHaveSelection ( Adapter keepSelected ) : void
IsChildSelected ( int i ) : bool
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool
SetDescription ( int action, string description ) : bool

Méthodes protégées

Méthode Description
OnRefStateSet ( ) : Atk.StateSet

Private Methods

Méthode Description
OnPressed ( ) : void
OnReleased ( ) : 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

DoAction() public méthode

public DoAction ( int action ) : bool
action int
Résultat bool

ExpandCollapseButton() public méthode

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

GetDescription() public méthode

public GetDescription ( int action ) : string
action int
Résultat string

GetKeybinding() public méthode

public GetKeybinding ( int action ) : string
action int
Résultat string

GetLocalizedName() public méthode

public GetLocalizedName ( int action ) : string
action int
Résultat string

GetName() public méthode

public GetName ( int action ) : string
action int
Résultat string

ICanHaveSelection() public méthode

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

IsChildSelected() public méthode

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

OnRefStateSet() protected méthode

protected OnRefStateSet ( ) : Atk.StateSet
Résultat Atk.StateSet

RaiseStructureChangedEvent() public méthode

public RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
provider 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

SetDescription() public méthode

public SetDescription ( int action, string description ) : bool
action int
description string
Résultat bool