|
Hello,
I am using an assembly that has several controls in it. I added a design time interface to my application so I could edit a new form and add these controls to it. Because of the nature of the application, I would like to change the type editor of the properties of each control of the Image type(eg. BackgroundImage) so that it displays a custom browse dialog, instead of the regular search for file dialog. Is there a way to do this?
I do not want to inherit or reprogram the controls so that they have the [Editor] attribute on their properties. Is there an alternate way to accomplish this task?
Having to recreate the controls will take me and my team a lot of time with the sole benefit of changing a browser per type displayed.
Thanks in advance, Andrés Cartín
|