C# Class UiaAtkBridge.DataGrid

Inheritance: Table, Atk.ISelectionImplementor
ファイルを表示 Open project: mono/uia2atk

Public Methods

Method Description
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
DataGrid ( IRawElementProviderFragment provider ) : System
IsChildSelected ( int i ) : bool
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool

Private Methods

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

Method Details

AddSelection() public method

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

ClearSelection() public method

public ClearSelection ( ) : bool
return bool

DataGrid() public method

public DataGrid ( IRawElementProviderFragment provider ) : System
provider IRawElementProviderFragment
return System

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