Malfunction
Junior Contributor
Hi there......
I have a menufunction that switches my app to fullscreen mode.* The user can edit a sheet (panel) and preview it in that mode. The panel gets resized to fullscreen and everything else hase to disappear.
I use
this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
to maximize my app and
toolBar1.Visible = false; to hide the toolbar but how can I hide the mainmenu?
It has no visible property and this.menu = void or null doesn't work either.
Any ideas?
tHx
* Just like Powerpoint where you can edit a page and preview it in fullscreen.
I have a menufunction that switches my app to fullscreen mode.* The user can edit a sheet (panel) and preview it in that mode. The panel gets resized to fullscreen and everything else hase to disappear.
I use
this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
to maximize my app and
toolBar1.Visible = false; to hide the toolbar but how can I hide the mainmenu?
It has no visible property and this.menu = void or null doesn't work either.
Any ideas?
tHx
* Just like Powerpoint where you can edit a page and preview it in fullscreen.