The UserControl class overrides the public property Text() in it's base class, control. Why doesn't the text property show up in the list of properties for a usercontrol at design time.
Also, If you override it yourself in your user control, it still does not show up at design time, even though the property is available for Read and Write at run time progromatically.
Anybody know why?