[]
        
(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)
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)
Parameters
Type Name Description
string name