Custom Control Event

  • Thread starter Thread starter Ryan Joseph So
  • Start date Start date
R

Ryan Joseph So

Is there an event that would trigger if i changed the size of the font
or the font itself during design time in the property window? I inherent
the control from windows to make my own control.
 
Hi,
Is there an event that would trigger if i changed the size of the font
or the font itself during design time in the property window? I inherent
the control from windows to make my own control.

You can try to override the *OnFontChanged* method of your base control
class. But i don't test its work during design time.

Regards

Marcin
 

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