Difference between revisions of "Lua:Class:PopupMenu"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
: Returns a newly created PopupMenu. | : Returns a newly created PopupMenu. | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
| − | |||
=== Related Functions === | === Related Functions === | ||
Revision as of 21:55, 19 March 2017
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
- createPopupMenu(owner) : PopupMenu
- Returns a newly created PopupMenu.