Hi! I want to know if it is posible to get the button that is executing an addin?
For example:
I got a button that has a function linked that executes an addin, I want that adding to catch the button where its being called so I can get its properties, let's say the parent object (button.parent).
What I am trying to do here is to make a generic adding for some buttons.