Dim ls As new List(of String)
For Each c As object In e.form.controls If typeof c Is winform.button Then ls.add(c.name) End If Next