Depending on what it is, if this code is essential to the control running,
it should be in constructor. usually a initialise method and have that
called by constructor.
"Greg" <spam_gw001@yahoo.co.ukwrote in message
news:1161698229.026473.111230@e3g2000cwe.googlegro ups.com...
Quote:
>I am designing an inherited control. Besides the OnCreateControl , what
other events can be listened to that the if(!DesignMode) test willl
work? The reason I am asking is that a customer has asked to hide the
control. However, setting the controls visible property to false means
that the OnCreateControl which contains some essential processing never
fires. I need somewhere else to relocate this code, presumably in the
next event after the OnCreateControl event. Also, is there is a
published list of events in the lifecyle of a winforms control? I
can't find anything on this!
>
TIA
>
Greg.
>