I want my WPF application to have a ToggleButton that contains an image of the mouse pointer in it. The idea is that the user will choose one of three different cursors (the normal mouse cursor, the hand cursor, and a "zoom" cursor) by clicking on a ToggleButton. I want the cursor image to show on the ToggleButton.
How do I get these icons onto my button?
Tony
If there are only three options, why don't you search for three images, and check the mouse around the, say, 30 secs and adjust the button, if needed.