Difference between revisions of "Lua:Class:PopupMenu"

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'PopupMenu '''class''': ('''Inheritance''': ''Menu''->''Component''->''Object'') The pop up menu is the Menu that pops up when showing the (right-click) con…')
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
PopupMenu '''class''': ('''Inheritance''': ''[[Menu]]''->''[[Component]]''->''[[Object]]'')
+
[[Category:Lua]]
 +
PopupMenu '''class''': ('''Inheritance''': ''[[Lua:Class:Menu|Menu]]''->''[[Lua:Class:Component|Component]]''->''[[Lua:Class:Object|Object]]'')
  
 
The pop up menu is the [[Menu]] that pops up when showing the (right-click) context of a control.
 
The pop up menu is the [[Menu]] that pops up when showing the (right-click) context of a control.
Line 7: Line 8:
 
: Returns a newly created PopupMenu.
 
: Returns a newly created PopupMenu.
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[createPopupMenu]]
+
* [[Lua:createPopupMenu|createPopupMenu]]
* [[createMainMenu]]
+
* [[Lua:createMainMenu|createMainMenu]]
* [[createMenuItem]]
+
* [[Lua:createMenuItem|createMenuItem]]
  
 
=== Related Classes ===
 
=== Related Classes ===
* [[Menu]]
+
* [[Lua:Class:Menu|Menu]]
* [[MenuItem]]
+
* [[Lua:Class:MenuItem|MenuItem]]
* [[MainMenu]]
+
* [[Lua:Class:MainMenu|MainMenu]]
* [[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:09, 25 January 2018

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

The pop up menu is the Menu that pops up when showing the (right-click) context of a control.

Creation[edit]

createPopupMenu(owner) : PopupMenu
Returns a newly created PopupMenu.

See also[edit]

Related Functions[edit]

Related Classes[edit]