M
M
Moto Moto2021-03-15 19:13:05
C++ / C#
Moto Moto, 2021-03-15 19:13:05

Why can't I edit MenuStrip in C# Windows Form Apps?

I recently started learning c#. And I had a question:
604f873a1bf36919053474.png
why can't I edit the Menu Strip? In general, the maximum that I can do is to put the standard button layout.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BasiC2k, 2021-03-15
@6IXK1LL

Judging by the screenshot, you have created a NET 5 project.
Compared to the NET Framework, to add/edit elements, here you need to change the Items property of the control. You can use ToolStripMenuItem instead of buttons.
Also, when editing, make sure the project is not running.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question