Avatar of awp5379
awp5379

asked on 

How to get custom ToolStripStatusLabel to display in StatusStrip designer in design mode?

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?
Visual Basic ClassicVisual Basic.NET

Avatar of undefined
Last Comment
awp5379

8/22/2022 - Mon