UserControl in StatusStrip

Hoping someone can help me figure out how to add a Usercontrol into StatusStrip. There seems no obvious way in which to add any controls other than the default ones allowed through the Items Collection Editor.


Answer this question

UserControl in StatusStrip

  • Kalaka

    Hi,

    the key here is to use the ToolStripHost class, which would host your user control. This MSDN's How To article will guide you through the process of generating a wrapper around your control, allowing you to put in on your status strip.

    Andrej



  • UserControl in StatusStrip