ActivityToolboxItem::GetToolboxDisplayName Method (Type^)

 

Gets the associated display name for the Toolbox item in the Toolbox.

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

public:
static String^ GetToolboxDisplayName(
	Type^ activityType
)

Parameters

activityType
Type: System::Type^

The type of the Activity to retrieve the display name for.

Return Value

Type: System::String^

String representing the display name for the Toolbox item

.NET Framework
Available since 3.0
Return to top
Show: