ActivityToolboxItem.GetToolboxImage(Type) Methode

Definition

Ruft das zugeordnete Bild ab, das das Toolboxelement in der Toolbox darstellt.

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

Parameter

activityType
Type

Der Typ von Activity, für den das Toolboxbild abgerufen werden soll.

Gibt zurück

Image

Bildobjekt, das in der Toolbox für ein Toolboxelement angezeigt wird.

Gilt für