public bool RemoveMenuItem( ContextMenuLocation eContextMenuLocation, string strMenuName, string strActionName, bool bSeparatorBefore, bool bSeparatorBehind )
public: bool RemoveMenuItem( ContextMenuLocation^ eContextMenuLocation, String^ strMenuName, String^ strActionName, bool bSeparatorBefore, bool bSeparatorBehind )
Parameters
- eContextMenuLocation
 - This is the identifier of the context menu where the new menu should removed at.
 - strMenuName
 - The name of the menu to be removed.
 - strActionName
 - Name of the Eplan.EplApi.ApplicationFramework.Action to be performed when the menu item is selected. Also its parameters can be passed here.
 - bSeparatorBefore
 - bSeparatorBehind
 
Return Value
true when an item was found for this name.