Elements
This collection contains LayoutElement objects that represent layout elements. Access to collection items is possible both by name and by number. Numbers are assigned to elements at their addition to the collection. From this point, they are unchangeable and unique within a layout (the owner of elements). Names are assigned to elements using the LayoutElement::Name property when necessary.
The order of elements in the collection corresponds to the z-order (the first element in the collection is at the back of the z-order and the last one is at the front of the z-order). You can change the order of elements by methods LayoutElement, BringToForaward, SendBackward, BringToFront and SendToBack of the LayoutElement object.