Answer:
It is possible using the InitializeComponent method mentioned in the
Constructor of the class of the Windows Form. If this method is removed, no control would be visible on the screen and no events would be fired.
For the events to fire, appropriate event-delegate relationship is also mandatory. This relationship is auto-generated and can be seen in the .designer.cs file.
|
Alert Moderator