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