Hi all,

Suppose we got a form with some checkboxes.
Each ckeckbox represents a method of the same class.
Each method takes no arguments, returns no values.
Is it possible using a delegate to loop through the checkboxes and run only the methods being checked?

Thanks