ComponentTray.CreateComponentFromTool(ToolboxItem) Method

Definition

Important

This API is not CLS-compliant.

Creates a component from the specified toolbox item, adds the component to the current document, and displays a representation for the component in the component tray.

public:
 void CreateComponentFromTool(System::Drawing::Design::ToolboxItem ^ tool);
public void CreateComponentFromTool (System.Drawing.Design.ToolboxItem tool);
[System.CLSCompliant(false)]
public void CreateComponentFromTool (System.Drawing.Design.ToolboxItem tool);
member this.CreateComponentFromTool : System.Drawing.Design.ToolboxItem -> unit
[<System.CLSCompliant(false)>]
member this.CreateComponentFromTool : System.Drawing.Design.ToolboxItem -> unit
Public Sub CreateComponentFromTool (tool As ToolboxItem)

Parameters

tool
ToolboxItem

The ToolboxItem to create a component from.

Attributes

Remarks

This method checks the item for an appropriate DesignTimeVisibleAttribute before attempting to create the component and add it to the component tray.

Applies to