Menu object
The Menu object holds a collection of Item objects. Use the Items property to access to menu bar items collection.  The Menu object supports the following properties and methods:

NameDescription
AddAdds a new item to menu and retrieves the newly created object.
ClearClear the menu items.
CountCounts the items.
CursorSpecifies the shape of the cursor when mouse hovers the menu.
FindSearches recursively for an item given its identifier or its caption. The method searches any submenu items.
itemReturns a specific Item object given its caption or its identifier.
ItemByIndexReturns a specific Item object given its caption or its index.
PictureRetrieves or sets the background's picture.
PictureDisplayRetrieves or sets a value that indicates the way how the picture is displayed.
RemoveRemoves the item given its caption or its identifier.
ToStringSaves or loads the menu from a formatted string.
VisibleItemsCountSpecifies the maximum number of visible items at one time.
WidthRetrieves or sets a value that indicates the width of the menu.