C-DEngine 5.105

TheNMIEngine..::..IsControlTypeRegistered Method

Returns true if Control is registered

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsControlTypeRegistered(
	string pControlType
)
Public Shared Function IsControlTypeRegistered ( _
	pControlType As String _
) As Boolean
public:
static bool^ IsControlTypeRegistered(
	String^ pControlType
)

Parameters

pControlType
Type: String
Type of the control to look for.

Return Value