Registers the element type for the use in the designer tool box.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public static void AddElement(
	string categoryType,
	Type type
)
Visual Basic (Declaration)
Public Shared Sub AddElement ( _
	categoryType As String, _
	type As Type _
)
Visual C++
public:
static void AddElement(
	String^ categoryType, 
	Type^ type
)

Parameters

categoryType
Type: System..::.String
type
Type: System..::.Type

See Also