0

I'm working in C# Windows Form .NET standard and I would like to create a menustrip with multiple buttons like the one in figure, I don't even know how it is called.

example

  • You can look at the `ToolStripControlHost` class and host a custom control. – user18387401 Jul 06 '22 at 16:07
  • See [this](https://stackoverflow.com/a/65280439/14171304) as `UserControl` + `ToolStripControlHost` example. Or, create a custom `ToolStripMenuItem`. – dr.null Jul 06 '22 at 16:11

0 Answers0