ControlCollection Constructor

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

Syntax


public ControlCollection(
	Control parent
)
Public Sub New ( _
	parent As Control _
)
public:
ControlCollection(
	Control^ parent
)

Parameters

parent
Type: Control