AnnoSetMenuItemName

Usage                  Boolean AnnoSetMenuItemName (Menu As LONGLONG, MenuItem As Long, MenuItemName As String)

Description         This method sets 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.

                             MenuItemName String                 Name of the menu item. The maximum length of this parameter is 64 characters.

Return value      TRUE on success, otherwise FALSE. If any error occurs, you can call the GetLastAnnoError method for the last error code.

Programming Notes        See AnnoGetMenuItemName for more information.