Home »
MCQs »
Electron.js MCQs
Which of the following method inserts an item into the menu at a given location?
22. Which of the following method inserts an item into the menu at a given location?
- Menu.add
- Menu.in
- Menu.insert
Answer: C) Menu.insert
Explanation:
menu.insert method inserts an item into the menu at a given location.