MenuItemStyleCollection.Remove Method
.NET Framework 3.0
Removes the specified MenuItemStyle object from the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Remove method to remove the specified MenuItemStyle object from the collection. All items that follow that menu item style are then moved up to fill the vacant position. The indexes of the moved items are also updated.
As an alternative, you can remove a MenuItemStyle object at a specific index by using the RemoveAt method.
Community Additions
ADD
Show: