C# Class Atspi.Selection

Show file Open project: mono/at-spi-sharp Class Usage Examples

Public Methods

Method 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 method

public ClearSelection ( ) : bool
return bool

DeselectChild() public method

public DeselectChild ( int childIndex ) : bool
childIndex int
return bool

DeselectSelectedChild() public method

public DeselectSelectedChild ( int selectedChildIndex ) : bool
selectedChildIndex int
return bool

GetSelectedChild() public method

public GetSelectedChild ( int selectedChildIndex ) : Accessible
selectedChildIndex int
return Accessible

IsChildSelected() public method

public IsChildSelected ( int childIndex ) : bool
childIndex int
return bool

SelectAll() public method

public SelectAll ( ) : bool
return bool

SelectChild() public method

public SelectChild ( int childIndex ) : bool
childIndex int
return bool

Selection() public method

public Selection ( Accessible accessible ) : System
accessible Accessible
return System