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
 
Back
Top