API Help
Eplan.EplApi.Gui Namespace / ContextMenu Class / RemoveMenuItem Method / RemoveMenuItem(ContextMenuLocation,String,String,Boolean,Boolean) Method
This is the identifier of the context menu where the new menu should removed at.
The name of the menu to be removed.
Name of the Eplan.EplApi.ApplicationFramework.Action to be performed when the menu item is selected. Also its parameters can be passed here.

In This Topic
RemoveMenuItem(ContextMenuLocation,String,String,Boolean,Boolean) Method
In This Topic
Remove the menu item of a context menu.
Syntax

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.
See Also