winforms - C# Many Buttons -


the question has arisen.

suppose, there form on 10 buttons. there possibility combine these buttons in single "structure"(union of buttons)? able work them in style ...

manybuttons.click += new system.eventhandler(this.button_click);

i need catch events, without properties , methods

and importantly, without arrays.

personally, tackle adding buttons list , doing foreach on list.

that is, unless there particular reason otherwise?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -