Therefore API > API Reference > Classes > TheMenu > Methods
Add
Adds a (sub) menu item to the current menu.
Name
Description
Add (TheMenu)
Adds the specified TheMenu as a sub item of the current menu.
Add (string, int)
Creates a new TheMenu with the specified Text and ID and adds it as a sub item of the current menu.
Add (string, int, TheSelectionType)
Creates a new TheMenu with the specified Text, ID and SelectionType and adds it as a sub item of the current menu.
Please check the help pages of the various overloads for the exact syntax in Visual Basic and C#.