API Help
Eplan.EplApi.Gui Namespace / Menu Class / RemoveMenuItem Method / RemoveMenuItem(String,String) Method
Text of the new menu item.
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(String,String) Method
    In This Topic
    Removes a new menu item (which was added with add(Popup)MenuItem. When it was a popup, the complete popup menu is removed, including its separators
    Syntax
    public void RemoveMenuItem( 
       string strText,
       string strActionName
    )
    public:
    void RemoveMenuItem( 
       String^ strText,
       String^ strActionName
    ) 

    Parameters

    strText
    Text of the new menu item.
    strActionName
    Name of the Eplan.EplApi.ApplicationFramework.Action to be performed when the menu item is selected. Also its parameters can be passed here.
    See Also