Click or drag to resize
LayoutTemplateRegisterFormErrorMessageLabel Method
Registers message error label for whole form.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual void RegisterFormErrorMessageLabel(
	FormErrorMessageLabel child
)

Parameters

child
Type: CMS.FormEngine.Web.UIFormErrorMessageLabel
Control to be registered
See Also