mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
How to hide the top menu #375
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qcjxberin on GitHub (Aug 21, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
How to hide the top menu
@qcjxberin commented on GitHub (Aug 21, 2019):
The removeMenu() method was not found
@GregorBiswanger commented on GitHub (Aug 21, 2019):
The native Electron has a default development menu.
If you add your own menu, this will be used and you can remove it.
@GregorBiswanger commented on GitHub (Aug 21, 2019):
See https://electronjs.org/docs/api/menu
@GregorBiswanger commented on GitHub (Aug 21, 2019):
The next version 5.22.15 brings the
BrowserWindow.RemoveMenu()method.@qcjxberin commented on GitHub (Aug 22, 2019):
OK,Thanks!
@sshanzel commented on GitHub (Jan 15, 2020):
Hi! Thanks a lot for this repo. May i know when will this be possible for .Net 2.2?