[]
Removes the specified C1CustomButton from the collection.
public void Remove(C1CustomButton item)
Public Sub Remove(item As C1CustomButton)
| Type | Name | Description |
|---|---|---|
| C1CustomButton | item |
Removes the first occurrence of the C1CustomButton with the specified name from the collection.
public void Remove(string name)
Public Sub Remove(name As String)
| Type | Name | Description |
|---|---|---|
| string | name |