Have you tried a ToolStripLabel? I know it isn't recommended, but it
may work anyway. Of course if it does work, it opens the possibility
of it not working in a future version.
Another possibility is to do some of the drawing yourself. Maybe you
could use a ToolStripTextBox with a custom renderer to fix the aspects
of the drawing that you don't want.
>Hello,
>is it possible to get a 'Label' control equivalent into the MenuStrip?
[quoted text clipped - 18 lines]
>Best regards,
>nvx
nvx - 27 Jan 2008 20:05 GMT
Dear Jack,
thank you very much for the reply. I kind of didn't expect it to be
hidden there, since it is not visible in the form designer. It works,
which is important now. It it fails to work later, there will be some
other way of achieving this result for sure. It is only a label in a
menu so even if it stopped working - no real harm done.
Best regards,
nvx
> Have you tried a ToolStripLabel? I know it isn't recommended, but it
> may work anyway. Of course if it does work, it opens the possibility
[quoted text clipped - 26 lines]
> >Best regards,
> >nvx