📚 SAP Business One SDK Help

Menus Collection Members
See Also  Overview 

Public Methods

Public Method AddDeprecated in UI API 2004.
The method is supported for backward compatibility for the next two releases. Use Menus.AddEx instead.
Public Method AddExAdds a menu item to a menu.
Public Method ExistsIndicates whether the a menu item with the specified ID exists within the current menu and its submenus.
Public Method GetAsXMLReturns an XML string representation of the object.
Public Method ItemReturns a specified menu item.
Public Method RemoveDeprecated in UI API 2004.
The method is supported for backward compatibility for the next two releases. Use Menus.RemoveEx instead.
Public Method RemoveExRemoves a specified menu item.

The menu item can be at any level within the menu.

Public Properties

Public Property CountThe number of items in the collection.

See Also