Can I store an Object inside a button in C#

Viewed 5051

I am creating Buttons dynamically in my code, is there a way I can store a custom object in my button so I can use it when I press this button ?

5 Answers
Related