C# Class Moonlight.AtkBridge.PatternImplementors.Selection

Inheritance: BasePatternImplementor, Atk.SelectionImplementor
Mostra file Open project: mono/uia2atk

Public Methods

Method 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

Method Description
GetChildAt ( int i ) : System.Windows.Automation.Peers.AutomationPeer

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

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

Selection() public method

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