Difference between revisions of "Lua:Class:PopupMenu"
Jump to navigation
Jump to search
(4 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 8: | Line 8: | ||
: Returns a newly created PopupMenu. | : Returns a newly created PopupMenu. | ||
− | + | {{LuaSeeAlso}} | |
− | |||
− | |||
=== 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.