Click or drag to resize
AbstractLayoutCreateEditingFormControl Method
Creates new EditingFormControl and puts it into FieldEditingControls hash table.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected virtual Control CreateEditingFormControl(
	FormFieldInfo ffi
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo

Return Value

Type: Control
Created control
See Also