///  Get all the tools in a category.
 public ToolboxItemCollection GetToolboxItems(string category, System.ComponentModel.Design.IDesignerHost host)
 {
     return(toolbox.GetToolsFromCategory(category));
 }