winforms - Using programatically created CheckBoxes in Windows Form [C#] -
for example, array of checkboxes:
checkbox[] faults = new checkbox[20]; now how place these in form , link them array name?
thanks.
how that:
yourform.controls.addrange(faults);
Comments
Post a Comment