[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.CustomButtonCollection.Remove

Remove Method

Remove(C1CustomButton)

Removes the specified C1CustomButton from the collection.

Declaration
public void Remove(C1CustomButton item)
Parameters
Type Name Description
C1CustomButton item

Remove(string)

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

Declaration
public void Remove(string name)
Parameters
Type Name Description
string name