Determines whether the control specified by the ControlToValidate property is a valid control.

Remarks

Since this control is programatically added when an errormessage should be displayed it always returns true.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
protected override bool ControlPropertiesValid()

See Also