Click or drag to resize
FormEngineUserControlConnectToForm Method
Connects the given form control to a form if necessary

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected virtual void ConnectToForm(
	BasicForm form
)

Parameters

form
Type: CMS.FormControlsBasicForm
Form control
See Also