P
Pertti Karjalaine
What might be the best way to detect in code whether (C#)
system is in design mode or running? In other words, how
to tell the system if I want something to happen in a
control constructor when I am dropping the control onto a
form, but don't want it to happen when the control is
initialized in a running form.
Thanks!
system is in design mode or running? In other words, how
to tell the system if I want something to happen in a
control constructor when I am dropping the control onto a
form, but don't want it to happen when the control is
initialized in a running form.
Thanks!