Search Results

3
votes
1answer
280 views

What is the best way to create toolbar buttons with separate active/disabled images in WPF?

I'm working on the toolbar for a WPF application. The icon set we are using has separate icons for normal, hover and disabled states, and I would like to use them. I was wondering what the simplest …