Difference between revisions of "Lua:Class:MainMenu"

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'MainMenu '''class''': ('''Inheritance''': ''Menu''->''Component''->''Object'') The main menu is the Menu at the top of a Form. == Creation == ; create…')
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
MainMenu '''class''': ('''Inheritance''': ''[[Menu]]''->''[[Component]]''->''[[Object]]'')
+
[[Category:Lua]]
 +
MainMenu '''class''': ('''Inheritance''': ''[[Lua:Class:Menu|Menu]]''->''[[Lua:Class:Component|Component]]''->''[[Lua:Class:Object|Object]]'')
  
The main menu is the [[Menu]] at the top of a [[Form]].
+
The main menu is the [[Lua:Class:Menu|Menu]] at the top of a [[Lua:Class:Form|Form]].
  
 
== Creation ==
 
== Creation ==
Line 7: Line 8:
 
: Returns a newly created MainMenu.
 
: Returns a newly created MainMenu.
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[createMenuItem]]
+
* [[Lua:createMainMenu|createMainMenu]]
 +
* [[Lua:createMenuItem|createMenuItem]]
 +
* [[Lua:createPopupMenu|createPopupMenu]]
  
 
=== Related Classes ===
 
=== Related Classes ===
* [[Menu]]
+
* [[Lua:Class:Menu|Menu]]
* [[MenuItem]]
+
* [[Lua:Class:MenuItem|MenuItem]]
* [[PopupMenu]]
+
* [[Lua:Class:PopupMenu|PopupMenu]]
* [[Form]]
+
* [[Lua:Class:Form|Form]]
* [[Control]]
+
* [[Lua:Class:Control|Control]]
* [[Component]]
+
* [[Lua:Class:Component|Component]]
* [[WinControl]]
+
* [[Lua:Class:WinControl|WinControl]]

Latest revision as of 02:00, 25 January 2018

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

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

Creation[edit]

createMainMenu() : MainMenu
Returns a newly created MainMenu.

See also[edit]

Related Functions[edit]

Related Classes[edit]