In MGPicker there are many places that are programable, like button right-click and left-click menus, command button's command, attribute button pre/post changed command, slider change command, etc.
But when coding in these commands, how do I know which button I am interacting with?
Like the button the menu belongs to, the command button I just clicked, etc?
I need a way to retrieve the id of the button, so I can do query/edit on the button data.