ToolBar.ToolBarButtonCollection.IList.Remove(Object) Method

Definition

Removes the first occurrence of an item from the collection.

 virtual void System.Collections.IList.Remove(System::Object ^ button) = System::Collections::IList::Remove;
void IList.Remove (object button);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (button As Object) Implements IList.Remove

Parameters

button
Object

The Object to remove from the IList.

Implements

Remarks

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

Applies to