Difference between revisions of "Lua:Class:Menu"
								
								Jump to navigation
				Jump to search
				
				
		
 					
								
							
		 (Created page with 'Menu '''class''': ('''Inheritance''': ''Component''->''Object'')  Class for menu objects used in Forms.  == Properties == ; Items : MenuItem : ''Readonly''…')  | 
				 (→Related Functions)  | 
				||
| Line 16: | Line 16: | ||
=== Related Functions ===  | === Related Functions ===  | ||
| + | * [[createPopupMenu]]  | ||
| + | * [[createMainMenu]]  | ||
* [[createMenuItem]]  | * [[createMenuItem]]  | ||
Revision as of 03:58, 11 March 2017
Menu class: (Inheritance: Component->Object)
Class for menu objects used in Forms.
Properties
- Items : MenuItem : Readonly
 - The base MenuItem class of this Menu.
 
Methods
- getItems() : MenuItem
 - Returns the main MenuItem of this Menu.