Adds the specified Control object to the Panel Group's body.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public void Add(
	Control control
)
Visual Basic (Declaration)
Public Sub Add ( _
	control As Control _
)

Parameters

control
Type: System.Web.UI..::.Control
The Control object to add to the group.

Remarks

Use this property to add controls to the group programmically.

See Also