This documentation is for the old version. Go to the latest Graphics Mill docs

NavigatorConverter.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

Visual Basic
Protected Overrides Function IsTypeCorrect ( _
	control As Control _
) As Boolean
C#
protected override 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