D
David
Im having trouble tracking down a solution for the following. I have
two properties on a custom textbox control I'm creating. If you change
the value in PropertyA it may in code change the value of PropertyB.
That works fine, however in design mode PropertyB's value is not shown
updated until you click on it to edit it.
Is there a way I can force the design mode to be updated immediately
after a code change like this?
two properties on a custom textbox control I'm creating. If you change
the value in PropertyA it may in code change the value of PropertyB.
That works fine, however in design mode PropertyB's value is not shown
updated until you click on it to edit it.
Is there a way I can force the design mode to be updated immediately
after a code change like this?