C# Class Moonlight.AtkBridge.PatternImplementors.Selection

Inheritance: BasePatternImplementor, Atk.SelectionImplementor
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
IsChildSelected ( int i ) : bool
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool
Selection ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk

Private Methods

Méthode Description
GetChildAt ( int i ) : System.Windows.Automation.Peers.AutomationPeer

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

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

Selection() public méthode

public Selection ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
adapter Moonlight.AtkBridge.Adapter
peer System.Windows.Automation.Peers.AutomationPeer
Résultat Atk