ActivityToolboxItem Constructor (Type^)

 

Initializes a new instance of the ActivityToolboxItem class that creates the specified type of Activity component.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
ActivityToolboxItem(
	Type^ type
)

Parameters

type
Type: System::Type^

The type of the Activity that the toolbox item will create.

.NET Framework
Available since 3.0
Return to top
Show: