I created a custom ToolStripStatusLabel control. I can programatically add the custom label to a status strip and everything works as expected.
I would also like for devs to be able to use the custom ToolStripStatusLabel through the GUI in design mode (like when you physically click on the status strip and it lists whether to add a statusLabel, ProgressBar, DropDownButton, or SplitButton). How can I add the new custom control to that drop down list?