Viewing Usercontrol Property Changes at Design Time -
07-13-2006
, 02:25 PM
I have a usercontrol composed of a label and textbox. I've created a
custome property, LabelText, that I can assign at run time. What I'd
like to see is if I place a value in LabelText in the Property Window
at design time, to see the usercontrol update itself with this value.
How is this accomplished?
Any feedback is appreciated. |