开发者

Custom textbox in expression

开发者 https://www.devze.com 2023-03-11 19:59 出处:网络
I have made a simple calculator in expression blend 4. I am just learning to use this. I have made custom buttons and made them into controls, and I have text boxes that 开发者_如何学JAVAI made into c

I have made a simple calculator in expression blend 4. I am just learning to use this. I have made custom buttons and made them into controls, and I have text boxes that 开发者_如何学JAVAI made into controls. I opened the project in visual studio and created click event for the buttons and that works, however, I can not type into the text boxes. How do I make that happen?


Are you define new control or create only new Template?

If you define new control you must define a text-box as Content. (using template binding and set content value for text-box )
So If you define new Template and You Got mistake in it. let see your control and template!
(For More Help)

0

精彩评论

暂无评论...
验证码 换一张
取 消