Caption - String caption of the
menu item.
Type - Type of menu item - ordinary
item, separator, checkable etc.
Enabled - Changes the enabled
state of a menu item.
Checked - Changes the check
state of a menu item.
Handler - Name of the script
function that handles clicking this menu item.
HandlerNamespace -
Specifies where to search for the script handler function.
Info - User defined data, attached
to the menu item.
AutoCheck - Determines if
checkable menu items are automatically checked/unchecked when clicked or this is left to
the handler.
Accelerator - VarioMenuAccel
object that defines accelerator key combination for that item.
Group - Represents the holder
object of a radio group if this menu item is its member.