[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.RadioButtonCollection.Remove

Remove Method

Remove(C1RadioButton)

Removes the specified C1RadioButton from the collection.

Declaration
public void Remove(C1RadioButton item)
Public Sub Remove(item As C1RadioButton)
Parameters
Type Name Description
C1RadioButton item

Remove(string)

Removes the first occurrence of the C1RadioButton with the specified name from the collection.

Declaration
public void Remove(string name)
Public Sub Remove(name As String)
Parameters
Type Name Description
string name