Type: ControlArray
Availability: Read at run time only
The allControlChildren property of the Window class contains a reference to an array of all of the controls that are contained in the window (form or control), including children of children. The collection is in no particular order except that children come after parents.
The array is changed if the z‑order of a control is changed by logic or if the parent of a control is changed.