Difference between revisions of "Lua:Class:PopupMenu"

From Cheat Engine
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Lua]]
 
[[Category:Lua]]
PopupMenu '''class''': ('''Inheritance''': ''[[Menu]]''->''[[Component]]''->''[[Object]]'')
+
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 11: Line 11:
  
 
=== 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]