Click or drag to resize
FormControlEnsureChildControlControlType Method
Ensures the first found child control of the given type in the given variable

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual ControlType EnsureChildControl<ControlType>(
	ref ControlType variable
)
where ControlType : Control

Parameters

variable
Type: ControlType
Control variable

Type Parameters

ControlType

Return Value

Type: ControlType
See Also