Difference between revisions of "Lua:Class:MainMenu"
Jump to navigation
Jump to search
(→Related Functions) |
|||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
MainMenu '''class''': ('''Inheritance''': ''[[Menu]]''->''[[Component]]''->''[[Object]]'') | MainMenu '''class''': ('''Inheritance''': ''[[Menu]]''->''[[Component]]''->''[[Object]]'') | ||
Revision as of 11:52, 19 March 2017
MainMenu class: (Inheritance: Menu->Component->Object)
The main menu is the Menu at the top of a Form.
Creation
- createMainMenu() : MainMenu
- Returns a newly created MainMenu.