C# Class Atspi.Selection

Afficher le fichier Open project: mono/at-spi-sharp Class Usage Examples

Méthodes publiques

Méthode Description
ClearSelection ( ) : bool
DeselectChild ( int childIndex ) : bool
DeselectSelectedChild ( int selectedChildIndex ) : bool
GetSelectedChild ( int selectedChildIndex ) : Accessible
IsChildSelected ( int childIndex ) : bool
SelectAll ( ) : bool
SelectChild ( int childIndex ) : bool
Selection ( Accessible accessible ) : System

Method Details

ClearSelection() public méthode

public ClearSelection ( ) : bool
Résultat bool

DeselectChild() public méthode

public DeselectChild ( int childIndex ) : bool
childIndex int
Résultat bool

DeselectSelectedChild() public méthode

public DeselectSelectedChild ( int selectedChildIndex ) : bool
selectedChildIndex int
Résultat bool

GetSelectedChild() public méthode

public GetSelectedChild ( int selectedChildIndex ) : Accessible
selectedChildIndex int
Résultat Accessible

IsChildSelected() public méthode

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

SelectAll() public méthode

public SelectAll ( ) : bool
Résultat bool

SelectChild() public méthode

public SelectChild ( int childIndex ) : bool
childIndex int
Résultat bool

Selection() public méthode

public Selection ( Accessible accessible ) : System
accessible Accessible
Résultat System