Initializes a new instance of the SuperPanelBehaviorSettings class.

Namespace:  C1.Web.UI.Controls.C1SuperPanel.BehaviorSettings
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public SuperPanelBehaviorSettings(
	Control c
)
Visual Basic (Declaration)
Public Sub New ( _
	c As Control _
)

Parameters

c
Type: System.Web.UI..::..Control
The c.

See Also