C-DEngine 5.105

TheNMIEngine..::..IsControlRegistered Method

Returns true if Control is registered

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

Syntax


public static bool IsControlRegistered(
	string pControlName
)
Public Shared Function IsControlRegistered ( _
	pControlName As String _
) As Boolean
public:
static bool^ IsControlRegistered(
	String^ pControlName
)

Parameters

pControlName
Type: String
Name of the control to look for.

Return Value