[SOLVED] MainMenu control is only available when designing a Window/Form

Answered Closed
0
0

Hi,

When designing a Page or a UserControl, MainMenu control disappears from the toolbox. Is it the way it is implemented?

Thanks.

 

 

  • You must to post comments
Best Answer
0
0

Yes. The MainMenu only works with forms since it goes in the non-client area between the caption and the client area. It doesn’t take space in the client area, and increases the overall height.

For pages or any other control, including forms in the client area, you can use the MenuBar. You can dock it or anchor if necessary.

Best,

Luca

  • You must to post comments
0
0

Hi Luca,

Got you.

Thanks

  • You must to post comments
Showing 2 results