Removes an existing menu item from the menu's items collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RemoveMenuItem ( |
Visual Basic
Copy Code
|
|---|
Public Function RemoveMenuItem( _ |
The item to remove.
true if the item was successfully removed, otherwise false.
See Also