FormControlEnsureChildControlControlType Method |
Ensures the first found child control of the given type in the given variable
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax protected virtual ControlType EnsureChildControl<ControlType>(
ref ControlType variable
)
where ControlType : Control
Parameters
- variable
- Type: ControlType
Control variable
Type Parameters
- ControlType
Return Value
Type:
ControlTypeSee Also