Cita:
el código de borrado es este;No se puede convertir un objeto de tipo 'Infragistics.Win.Misc.UltraButton' al tipo 'System.Windows.Forms.Button'.
Cita:
For Each nuevobotonProducto In Me.Controls
If TypeOf nuevobotonProducto Is Button Then
nuevobotonProducto.Controls.Clear()
End If
Next
If TypeOf nuevobotonProducto Is Button Then
nuevobotonProducto.Controls.Clear()
End If
Next