MenuItemStyleCollection::Remove Method (MenuItemStyle^)
.NET Framework (current version)
Removes the specified MenuItemStyle object from the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- style
-
Type:
System.Web.UI.WebControls::MenuItemStyle^
The MenuItemStyle to remove.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: