Custom code generation like Timer.SynchronizingObject?

  • Thread starter Thread starter tsteinke
  • Start date Start date
T

tsteinke

The Timer Component will insert the following code into the
InitializeComponent() of the container.

timer1.SynchronizingObject=this;

How would one implement this in the component model. The only way I can
figure it out is by using Custom Code Generation.
 

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

Back
Top