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