Click or drag to resize
BasicFormInitializeMainPanel Method
Initializes main form container.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected void InitializeMainPanel(
	bool resetControls = false
)

Parameters

resetControls (Optional)
Type: SystemBoolean
Indicates if the controls collection should be cleared
See Also