Can you use a buttons AutoDisableOnSelect to control other things?
I like visual confirmation that something is happening and would like to add a 70% transparent rectangle over a gallery item, but I want the visibility to change with the buttons "AutoDisableOnSelect" action. Basically, when the button goes disabled while a patch process is running I want the rectangle to be visible, and when the button goes back to edit I want the rectangle visibility set back to false.
I know I can do this via timers, but then you're stuck with whatever time you set. Some buttons processes are fast, some take longer.