On the button Isenabled = false, I do not see the background image of the button?

I added an image in the background of the button, now I set the Isenabled = false property for the button. Now all that I do not see is the background image of the button. I see the content, but not the background. How can i fix this?

+3
source share
1 answer

You need to redefine the pattern for the disabled state to see this.

0
source

All Articles