UIElementCollection Class
Represents an ordered collection of UIElement objects.
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
[DefaultMemberAttribute]
public class UIElementCollection : ICollection, IEnumerable
Remarks
The Panel class uses a UIElementCollection object to represent its collection of child elements. Methods and properties defined by the UIElementCollection class affect all objects derived from the Panel class and define a common feature set you can use to manipulate Panel child elements.
A UIElementCollection object has affinity to its own context (class). You must access the collection from the context of the owning Panel object.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
UIElementCollection Members
Microsoft.SPOT.Presentation Namespace