ScreenObjectCollection Class
Definition
Section titled “Definition”Manages the parent and children relationship for IScreenObject.
public class ScreenObjectCollection : ScreenObjectCollection<IScreenObject>, IReadOnlyList<IScreenObject>, IReadOnlyCollection<IScreenObject>, IEnumerable<IScreenObject>, IEnumerableInheritance object → ScreenObjectCollection<IScreenObject>
Implements IReadOnlyList<IScreenObject>, IReadOnlyCollection<IScreenObject>, IEnumerable<IScreenObject>, IEnumerable
Constructors
Section titled “Constructors”ScreenObjectCollection(IScreenObject)
Section titled “ScreenObjectCollection(IScreenObject)”Creates a new object collection and parents it to the owner object.
public ScreenObjectCollection(IScreenObject owner)Parameters
Section titled “Parameters”owner IScreenObject
The owning object of this collection.