ElementCollection Class

A collection of elements. This class requires a parent Control.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public class ElementCollection : ActiveList<Control>
Public Class ElementCollection _
	Inherits ActiveList(Of Control)
public ref class ElementCollection : public ActiveList<Control^>

Inheritance Hierarchy


ActiveList<(Of <(<'Control>)>)>
  Squid..::..ElementCollection