Has anyone ever try to take away the background color property from the properties list to a user control. What I want to do is put a usercontrol on a forum but not have a background color property for it.
Jeremy
Printable View
Has anyone ever try to take away the background color property from the properties list to a user control. What I want to do is put a usercontrol on a forum but not have a background color property for it.
Jeremy
what good would that do?:confused:
bumpie, anyone? I'd like to know the answer :D
I think in the class , inheritance world you can't . if any1 can do pls let me know.
You may be able to override the property, and make it private....maybe. I would try that.
You could also override it and just return an error instead, thats what the networkstream does for the inherited properties it doesn't use.