ControlCollection Class

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

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

Syntax


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

Inheritance Hierarchy


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