1
Answer

Custom controls and handling double click event?

Ask a question
Andrew MC

Andrew MC

10y
680
1
hi,
I have a windows custom control with a picturebox and a button on it's default panel. This windows custom control will be added to a windows form. There is another windows form called form2. when the user double clicks on the custom control, it should load form2. in designer when i double clicked the custom control on the form, it creates a load() event for that custom control. But i need double click event, how this can be done?
thanks

Answers (1)