Difference between revisions of "Lua:Class:MainMenu"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
(Related Functions)
Line 12: Line 12:
  
 
=== Related Functions ===
 
=== Related Functions ===
 +
* [[createPopupMenu]]
 
* [[createMainMenu]]
 
* [[createMainMenu]]
 
* [[createMenuItem]]
 
* [[createMenuItem]]

Revision as of 03:59, 11 March 2017

MainMenu class: (Inheritance: Menu->Component->Object)

The main menu is the Menu at the top of a Form.

Creation

createMainMenu() : MainMenu
Returns a newly created MainMenu.

See also

Related Functions

Related Classes