Hi,
I have searched for this, but couldn't find a specific answer to this:
(Upon some event), I want to temporarily save the background color of a button (whatever that color may be) to a variable, and then, (based on some other event) I want to restore the button's color to the previously saved color stored in that variable. I guess my question has to do with what kind of variable can be used to temporarily save a control's color to and then later restore it from. I don't need to permanently store or persist the value.
Thanks
I have searched for this, but couldn't find a specific answer to this:
(Upon some event), I want to temporarily save the background color of a button (whatever that color may be) to a variable, and then, (based on some other event) I want to restore the button's color to the previously saved color stored in that variable. I guess my question has to do with what kind of variable can be used to temporarily save a control's color to and then later restore it from. I don't need to permanently store or persist the value.
Thanks