Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Button and a image in my WPF app. How can I make the Button not enabled until the user click in the image?
Posted
Updated 20-Nov-15 19:45pm
v2

1 solution

Just make the disable by default and use image MouseUp[^] event to enable it.

Check following link for further help-
WPF: Image click event[^]

Hope, it helps :)
 
Share this answer
 
v2
Comments
Mahesh Alappuzha 21-Nov-15 2:03am    
I want to use trigger .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900