Eplan.EplApi.Gui Namespace
 
            
                In This Topic
            
            The classes in this namespace provide functionality for the EPLAN user interface, such as adding ribbon buttons to EPLAN.
            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. | 
  | MRUList  | Class for modifying 'Most recently used' list. | 
  | RibbonBar  | Represents ribbon bar control. | 
  | RibbonBarRegistration  |   | 
  | RibbonCommand  | Represents command of a ribbon bar | 
  | RibbonCommandGroup  | Represents command group of the ribbon bar | 
  | RibbonCommandInfo  | Represents ribbon command info object for instantiation process of the ribbon commands. This object can be customized after creation. | 
  | RibbonIcon  | Represents ribbon icon control. | 
  | RibbonTab  | Represents ribbon tab of the ribbon bar | 
 
            Interfaces
            Structures
            
            Enumerations
            
            
            See Also