Loads the given form control from its definition.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- page
- Type: System.Web.UI Page
Page where the form control should be loaded
- controlName
- Type: System String
Form control code name
- fieldName
- Type: System String
Field name
- form (Optional)
- Type: CMS.FormControls BasicForm
Form
- loadDefaultProperties (Optional)
- Type: System Boolean
If true, the default properties for the control are set
Return Value
Type: FormEngineUserControlSee Also