I have a big button and a small button above the big button. What I want is: when the user click on the small button, activate his click event and not the click event from the big button. Thanks!
EDIT: I have a form with 2 System.Windows.Forms.Button. Visual Studio 2017.
A image to ilustrate:
EDIT²: The smllButton starts invisible!
MouseEnter event of bigButton: smallButton.Visible = true
MouseLeave event of bigButton: smllButton.visible = false