C-DEngine 5.105

TheNMIEngine..::..GetControlTypeByType Method

Returns the TheControlType by a given Control Type name

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

Syntax


public static TheControlType GetControlTypeByType(
	string pType
)
Public Shared Function GetControlTypeByType ( _
	pType As String _
) As TheControlType
public:
static TheControlType^ GetControlTypeByType(
	String^ pType
)

Parameters

pType
Type: String

Return Value