S
Steven Nagy
Hi all,
How would I go about hiding an inherited property?
In particular, I want to hide the 'BackColor' property of the
UserControl class.
I will then implement my own back color related properties and
collections.
I can do all the latter, but I don't want to build this nice designable
properties and have this big ugly 'BackColor' property available to the
user of my components, which will need to be set to Transparent all the
time for my other stuff to work. I just want to hide it, make it
private or something.
I really don't want to have to build something from scratch, but IF I
did, I would start by creating a class and implementing IComponent
right?
Many thanks,
Steven Nagy
How would I go about hiding an inherited property?
In particular, I want to hide the 'BackColor' property of the
UserControl class.
I will then implement my own back color related properties and
collections.
I can do all the latter, but I don't want to build this nice designable
properties and have this big ugly 'BackColor' property available to the
user of my components, which will need to be set to Transparent all the
time for my other stuff to work. I just want to hide it, make it
private or something.
I really don't want to have to build something from scratch, but IF I
did, I would start by creating a class and implementing IComponent
right?
Many thanks,
Steven Nagy