Visual Basic (Declaration) | |
---|---|
Public Overloads Sub RemoveToolboxItem( _ ByVal toolboxItem As System.Drawing.Design.ToolboxItem _ ) |
C# | |
---|---|
public void RemoveToolboxItem( System.Drawing.Design.ToolboxItem toolboxItem ) |
Parameters
- toolboxItem
- The System.Drawing.Design ToolboxItem to remove from the toolbox.