Hello,

I've created a user control with a toolstrip having 3 buttons Add\Edit\Delete, and implemeted a generic toolstrip.
in some cases, i want to add this menu to a form but only use the delete of this toolstrip and implement a special Add\Edit for that form. so how can i tell the form that when the user clicks on add not to do the default add of the toolstrip user control and do the one on the form, in other words i want to override the Add function of the Add button toolstrip.

Thank you

Hiba