P
Pug Fugly
I have created a simple windows custom cotrol that inherits a button.
I have it added to the toolbox and I am able to add it to my form
successfully. The problem comes when I decide to change a property on
my custom control (like the background color). The change is not
reflected across my project. If I select and delete the button from
my form, then add it again the changes will be shown. But I want to
be able to have the change automatically propagated everywhere the
button control is referenced. It seems like this should be possible.
I have tried deleting and re-adding the control to the toolbox, but
that didn't help. What am I doing wrong? Is what I am asking for
even possible?
Thanks in advance.
I have it added to the toolbox and I am able to add it to my form
successfully. The problem comes when I decide to change a property on
my custom control (like the background color). The change is not
reflected across my project. If I select and delete the button from
my form, then add it again the changes will be shown. But I want to
be able to have the change automatically propagated everywhere the
button control is referenced. It seems like this should be possible.
I have tried deleting and re-adding the control to the toolbox, but
that didn't help. What am I doing wrong? Is what I am asking for
even possible?
Thanks in advance.