Difference between revisions of "Lua:Class:PopupMenu"

From Cheat Engine
Jump to navigation Jump to search
(Related Classes)
 
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.

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]