A
active
If I create a UserControl that inherits from, say, Panel, and I do not want
my UserControl to have a property that it inherits from Panel. How can I
remove it.
For example, I might not want by control to have a BackColor property even
though it inherited that property from Panel.
Thanks
my UserControl to have a property that it inherits from Panel. How can I
remove it.
For example, I might not want by control to have a BackColor property even
though it inherited that property from Panel.
Thanks