Retrieve a map of the children of a certain type.
var children = ctr.get_children (typeof (Dcs.UI.Box));
type |
class type to retrieve |
map of all objects of a certain class type |