klyn.gui.windows.Menu.removeItem
method
public removeItem(item as MenuItem) as Boolean:
Description

Removes one entry.

Parameters
ParameterDescription
itemEntry to remove.
Returns

true when the item was present.

Example
removed = menu.removeItem(item)