BaseControlConverter.IsTypeCorrect Method

Check whether the control type is correct. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

C#
protected abstract bool IsTypeCorrect(
	Control control
)

Parameters

control

Type: System.Web.UI..Control

The Control to check.

Return Value

true when the control has a proper type (IUserInputController interface is supported); otherwise, false.

See Also

Reference