List of All Members for Menu
This is the complete list of members for Menu, including inherited members.
- enabled : bool
- iconName : string
- iconSource : url
- items : list<Object> [default]
- style : Component
- title : string
- type : enumeration
- visible : bool
- aboutToHide()
- aboutToShow()
- MenuItem addItem(string text)
- Menu addMenu(string title)
- void addSeparator()
- void insertItem(int before, object item)
- MenuItem insertItem(int before, string title)
- MenuItem insertMenu(int before, string title)
- void insertSeparator(int before)
- void popup()
- void removeItem(item)