Open rlapuz94 opened 7 years ago
Hi,
just wondering how to select all MetroComboBox inside my form. I normally do this method on a normal Form (without metroform):
foreach (Control c in Controls) { if (c is ComboBox) counter++; }
I want to get a number of MetroComboBox in my form. Please help
Hi,
just wondering how to select all MetroComboBox inside my form. I normally do this method on a normal Form (without metroform):
I want to get a number of MetroComboBox in my form. Please help