Menu Object

Purpose:

Sets the menu for a control.

Syntax:

.menu = menustring

Comments:  

Seperate menu items with a "|" and use commas to seperate submenus.  Use + or - to check or uncheck

Each control can have there own customized menu. When you touch a control on the display, the menu for that control becomes active.  You can also force the menu active by using the SetFocus method.

Example:

cam.menu = "Camera|-Front|-Rear,Grid|Enable ALL|Disable ALL|+Show Grid,Resolution,Take Photo,-Back Light";