Tiago Freitas Leal asked 2016-04-26 23:34:15 UTC
Designer allows adding a MainMenu object to a Page but it never shows as it isn't added to the Page Controls collection.
Page inherits from System.Windows.Forms.ScrollableControl and MainMenu doesn't inherit from System.Windows.Forms.ScrollableControl as ToolBar, StatusBar and MenuBar do. In a nutshell, the Designer shouldn't allow to add MainMenu to a Page.
Tiago Freitas Leal asked 2016-04-26 23:34:15 UTC
Designer allows adding a MainMenu object to a Page but it never shows as it isn't added to the Page Controls collection.
Page inherits from System.Windows.Forms.ScrollableControl and MainMenu doesn't inherit from System.Windows.Forms.ScrollableControl as ToolBar, StatusBar and MenuBar do. In a nutshell, the Designer shouldn't allow to add MainMenu to a Page.