System.Object
Eplan.EplApi.Gui.ContextMenu
System.Object
Eplan.EplApi.Gui.ContextMenu
ContextMenuLocation oLocation = new ContextMenuLocation(); oLocation.DialogName = "Editor"; oLocation.ContextMenuName = "Ged"; ContextMenu oTestMenu = new ContextMenu(); oTestMenu.AddMenuItem(oLocation, "My Contextmenuname", "MyFavoriteActionName", true, false));
Name | Description | |
---|---|---|
ContextMenu Constructor | Creates a new object. |
Name | Description | |
---|---|---|
AddMenuItem | Adds a new menu item at the end of a context menu. | |
GetMenuItem | Get the menu item of a context menu from the index. | |
GetMenuItemCount | Get the count of added menu items of a context menu. | |
RemoveMenuItem | Overloaded. Remove the menu item of a context menu. |