ComponentOne Windows 7 Control Pack for WinForms
Remove(String) Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > CustomButtonCollection Class > Remove Method : Remove(String) Method
Removes the first occurrence of the C1CustomButton with the specified name from the collection.
Syntax
Public Overloads Sub Remove( _
   ByVal name As String _
) 
Dim instance As CustomButtonCollection
Dim name As String
 
instance.Remove(name)
public void Remove( 
   string name
)
public:
void Remove( 
   String^ name
) 

Parameters

name
See Also

Reference

CustomButtonCollection Class
CustomButtonCollection Members
Overload List