Name | Description | |
---|---|---|
Menu Constructor | Creates a new object. |
The following tables list the members exposed by Menu.
Name | Description | |
---|---|---|
Menu Constructor | Creates a new object. |
Name | Description | |
---|---|---|
AddMainMenu | Overloaded. Adds a new main menu with the first menu item. | |
AddMenuItem | Overloaded. Adds a new menu item. | |
AddPopupMenuItem | Adds a new popup menu item with the first menu item. | |
AddStaticMainMenu | 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. | |
AddStaticMenuItem | Adds a new static menu item. This menu is always restored at next start even when the dll is not yet loaded. | |
AddStaticPopupMenuItem | 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. | |
Dispose | Destructor for deterministic finalization of Menu object. | |
GetCustomMenuId | Get a menu command id of a custom menu item, e.g. a menu point created by API. | |
GetPersistentMenuId | Overloaded. Gets ID of a persistent EPLAN menu item pointed by the menu path specified as an array of strings. | |
IsActionChecked | Get the checked state of a action in a menu (or/and on a toolbar) | |
IsActionEnabled | Get the enabled/disabled state of a action in a menu (or/and on a toolbar) | |
RemoveMenuItem | Overloaded. Removes a new menu item (which was added with add(Popup)MenuItem. When it was a popup, the complete popup menu is removed, including its separators | |
RemoveStaticMenuItem | Removes a static menu item (which was added with AddStatic(Popup)MenuItem. When it was a popup, the complete popup menu is removed, including its separators The menu is also removed from settings |