[]
Removes the specified SideButtonBase from the collection.
public void Remove(SideButtonBase value)
Public Sub Remove(value As SideButtonBase)
| Type | Name | Description |
|---|---|---|
| SideButtonBase | value | The SideButtonBase to remove from the collection. |
| Type | Condition |
|---|---|
| ArgumentException | The specified object is not found in the collection. |