Eplan.EplApi.Gui Namespace
In This Topic
The classes in this namespace provide functionality for the EPLAN user interface, such as adding menu points to EPLAN and creating new tool bar buttons.
Classes
| Class | Description |
| ContextMenu | Class for modifying context menus. Add-ins can add new context menu items to the EPLAN context menu. A menu item is connected to an Eplan.EplApi.ApplicationFramework.Action. |
| ContextMenuLocation | Class for identifying Eplan context menus. The context menu location is shown in any context menu when the setting USER.EnfMVC.ContextMenuSetting.ShowIdentifier ist set to true. The Context menu shows a new menu item with the name "Dialogname"."ContextMenuName" When this context menu item is chosen, a dialog with the Context Menu location is opened. |
| Menu | Class for modifying menu items. Add-ins can add new menu items to the EPLAN menu. A menu item is connected to an Eplan.EplApi.ApplicationFramework.Action. |
| MRUList | Class for modifying 'Most recently used' list. |
| Toolbar | Class for modifying Toolbars. |
Enumerations
See Also