MenuItemStyleCollection::Remove Method (MenuItemStyle^)

 

Removes the specified MenuItemStyle object from the collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
void Remove(
	MenuItemStyle^ style
)

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
Return to top
Show: