ToolBar::ToolBarButtonCollection::IList::Remove Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the first occurrence of an item from the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual void Remove(
	Object^ button
) sealed = IList::Remove

Parameters

button
Type: System::Object^

The Object to remove from the IList.

This member is an explicit interface member implementation. It can be used only when the ToolBar::ToolBarButtonCollection is cast to an IList interface.

.NET Framework
Available since 1.1
Return to top
Show: