We will see what is a menu and how to use it.
Definition: A menu displays a list of commands and can be compose of sub-menu.
For example, consider a menu control, as follows:
How to create it?
This is specified using the following code:
Events
It is possible to apply the following events to a menu
- Visible: The condition requires to show the control
- Enable: The condition requires to enable the control
Children
The following controls can be attached to a menu
- Button, checkbox, menu, gallery, toggle button.