WebMenuItem.Remove

From Xojo Documentation

Method

WebMenuItem.Remove(index As Integer)

New in 2011r2

Supported for all project types and targets.

Removes the menu item at the passed zero-based index. If the index is out of range, it raises an OutOfBoundsException.


Method

WebMenuItem.Remove(Item As WebMenuItem)

New in 2011r2

Supported for all project types and targets.

Removes the specified menu item from the menu.