System.Web.UI.WebControls.ImageField.ValidateSupportsCallback Method

Determines whether the controls contained in an System.Web.UI.WebControls.ImageField object support callbacks.

Syntax

public override void ValidateSupportsCallback ()

Remarks

The ImageField.ValidateSupportsCallback method is a helper method used to determine whether the controls contained in an System.Web.UI.WebControls.ImageField object support callbacks. This method has been implemented as an empty method (a method that does not contain any code) to indicate that callbacks are supported.

Note:

This method is used primarily by control developers.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0