Provide subclassed win controls for plugins

R

Rotsey

Hi,

I am planning a win forms app that bascially has a shell
that has plugins to provide functionality.

I want to be able to create a library of subclassed
win form controls that I can control the font
colors etc so that when the app font is changed for
exmaple all controls in all plugins change.

So my question is should I allow the plugins
to refernece the control libary and pass to
the plugin the application properties.

Or

Provide a control service main app
to the plugin that would allow the
app to control application properties

What is the best way to do this?

rotsey
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top