Hello,

I am trying to create a custom ToolStrip with my own custom items. Using the ToolStripControlHost I have been able to add a custom toolstrip item and view it in the designer using ToolStripItemDesignerAvailability.

However, I would like my items to replace the existing items available, i.e. Button, DropDown etc. Is there a way to remove the default ToolStripItems from the designer view?

Regards,

Andie.