event when user drops control to form?

  • Thread starter Thread starter Daniel Weinand
  • Start date Start date
D

Daniel Weinand

hi,
i need an event when a user is dropping a control to the form.
i have a button derived from Form.Button.
in my own designer i try to catch this event.
at the moment im using the initilaize method. but this method is invoked
too if vs starts.
not the best way. i need confirmation if the control is dropped to form
during designtime for the first time.
regardless if the the control is added via drag&drop or via double click.

can somebody tell me how to manage this?

cheers

Daniel
 
Daniel,

I don't believe that the editor infrastructure supports this.

What are you trying to do?
 
Back
Top