AnnoGetMenuItemName

Usage                  String AnnoGetMenuItemName (Menu As LONGLONG, MenuItem As Long)

Description         This method gets the name of the menu item in the user defined pop-up menu.

Parameters         Menu                   LONGLONG    Custom pop-up menu

                             MenuItem           Long                   Index of the menu item in the menu. This is a zero based integer.

Return value      Returns the name of the menu item. If any error occurs, you can call the GetLastAnnoError method for the last error code.

Programming Notes        See AnnoSetMenuItemName for more information.