In This Topic
Adds a new static popup menu item with the first menu item. This menu is always restored at next start even when the dll is not yet loaded.
Syntax
Parameters
- strMenuIdentifier
- The unique identifier of this menu. p.e. the action name.
- strMainMenuText
- Text of the new main menu item.
- eMainMenuReferenceName
- This is the enum of the main menu where the new menu should inserted at.
- strText
- Text of the new menu item.
- strActionName
- Name of the Eplan.EplApi.ApplicationFramework.Action to be performed when the menu item is selected. Also its parameters can be passed here. Must be unique within menu.
- strStatusText
- Text shown in the status bar when menu is selected.
- nInsertPosition
- The count of menus to step over before inserting. 0 inserts before, 1 inserts behind, MaxValue at end, MinValue at beginning
See Also