V
Vlatko
I would like to write a class that has property, for example, MyText and I
want to be able to bind a Text property of a TextBox to my MyText property.
When I change the value of MyText property in my class that change should be
visible in binded control. How can I do this?
Thx.
P.S. This is just an example. I'm trying to make a property to witch I could
bind other visible components. Like when I bind Text property of textbox1 to
Text property of textbox2, and when I type something in textbox2 it appears
in textbox1. I hope I was clear enough what I'm trying to do. Thx again.
want to be able to bind a Text property of a TextBox to my MyText property.
When I change the value of MyText property in my class that change should be
visible in binded control. How can I do this?
Thx.
P.S. This is just an example. I'm trying to make a property to witch I could
bind other visible components. Like when I bind Text property of textbox1 to
Text property of textbox2, and when I type something in textbox2 it appears
in textbox1. I hope I was clear enough what I'm trying to do. Thx again.