C-DEngine 5.105

TheNMIEngine..::..RegisterControlType Method (IBaseEngine, String, String)

Register a new Control with the NMI Engine. Registered controls can be used in Live Screens and any Plug-In InitUX() function

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

Syntax


public static bool RegisterControlType(
	IBaseEngine pBaseEngine,
	string pControlName,
	string pControlType
)
Public Shared Function RegisterControlType ( _
	pBaseEngine As IBaseEngine, _
	pControlName As String, _
	pControlType As String _
) As Boolean
public:
static bool^ RegisterControlType(
	IBaseEngine^ pBaseEngine, 
	String^ pControlName, 
	String^ pControlType
)

Parameters

pBaseEngine
Type: nsCDEngine.Engines..::..IBaseEngine
pControlName
Type: String
pControlType
Type: String