Difference between revisions of "Lua:Class:PopupMenu"
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…') |
|||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
PopupMenu '''class''': ('''Inheritance''': ''[[Menu]]''->''[[Component]]''->''[[Object]]'') | PopupMenu '''class''': ('''Inheritance''': ''[[Menu]]''->''[[Component]]''->''[[Object]]'') | ||
Revision as of 11:54, 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.