Menu object
Using the Menu object you can add, remove or change menu items. A Menu object contains a collection of Item objects. Use the Items property of the control to access the menu items of the control. Use the SubMenu property of the Item object to access the item's sub menu.

NameDescription
AddAdds a new item to menu and retrieves the newly created object.
ClearClear the menu items.
CountCounts the items.
ItemReturns a specific Item object given its caption or its identifier.
RemoveRemoves the item given its name or its identifier.
ToStringSaves or loads the menu from a formatted string.