C# Class UiaAtkBridge.DataGrid

Inheritance: Table, Atk.ISelectionImplementor
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

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

Méthode Description
HandleItemFocus ( Adapter item, bool itemFocused ) : 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

DataGrid() public méthode

public DataGrid ( IRawElementProviderFragment provider ) : System
provider IRawElementProviderFragment
Résultat System

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