how to write a property at designer by propety window at design time of nested control
-
Hi, I made a user control. it is also a collection ( made by ) various user controls . Eg : ButtonControl is made by various buttons. I want to write the property of one of this control ( like EditButton it has contain ) at designer at design time in my application by using property window. like this ::: this.ButtonControl .EditButton.Text = "Edit me" how can I do ??? Plz help ...
-
Hi, I made a user control. it is also a collection ( made by ) various user controls . Eg : ButtonControl is made by various buttons. I want to write the property of one of this control ( like EditButton it has contain ) at designer at design time in my application by using property window. like this ::: this.ButtonControl .EditButton.Text = "Edit me" how can I do ??? Plz help ...