[]
        
(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)
Public Sub Remove(item As C1CustomButton)
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)
Public Sub Remove(name As String)
Parameters
Type Name Description
string name