WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / CustomButtonCollection Class / Remove Method / Remove(String) Method

In This Topic
Remove(String) Method
In This Topic
Removes the first occurrence of the C1CustomButton with the specified name from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal name As String _
) 
 

Parameters

name
See Also