get_child_count
Description:
public int get_child_count () throws Error
Gets the number of children contained by an Accessible object.
Parameters:
this |
a pointer to the Accessible object on which to operate.
|
Returns:
a long indicating the number of Accessible children contained by an
Accessible object or -1 on exception.
|