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 the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

UIElementCollection Members
Microsoft.SPOT.Presentation Namespace