ActivityToolboxItem.GetToolboxImage(Type) Method

Definition

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

public:
 static System::Drawing::Image ^ GetToolboxImage(Type ^ activityType);
public static System.Drawing.Image GetToolboxImage (Type activityType);
static member GetToolboxImage : Type -> System.Drawing.Image
Public Shared Function GetToolboxImage (activityType As Type) As Image

Parameters

activityType
Type

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

Returns

Image object displayed in the Toolbox for a Toolbox item.

Applies to