API Help
Eplan.EplApi.Gui Namespace / Menu Class / RemoveMenuItem Method / RemoveMenuItem(UInt32) Method
The id of the menu (returned with add(Popup)MenuItem.)

In This Topic
RemoveMenuItem(UInt32) 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( 
   uint nCommandId
)

Parameters

nCommandId
The id of the menu (returned with add(Popup)MenuItem.)
See Also