ActivityToolboxItem::GetToolboxImage Method (Type^)

 

Gets the associated Image that is used to represent the Toolbox item in the Toolbox.

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

public:
static Image^ GetToolboxImage(
	Type^ activityType
)

Parameters

activityType
Type: System::Type^

The type of the Activity to retrieve the Toolbox image for.

Return Value

Type: System.Drawing::Image^

Image object displayed in the Toolbox for a Toolbox item

.NET Framework
Available since 3.0
Return to top
Show: