22-degrees
Well-known member
Hi all, is there any reason why the MouseUp event handler of a Button would not work if the Button was located on a TabPage of a TabControl?
The MouseDown, MouseEnter, MouseMove & MouseLeave event handlers are all triggered correctly but the MouseUp event handler is not triggered when I left click on the button and then release. However if I right click on the same button and then release, the MouseUp handler is triggered.
Hoping someone might be able to shed some light
The MouseDown, MouseEnter, MouseMove & MouseLeave event handlers are all triggered correctly but the MouseUp event handler is not triggered when I left click on the button and then release. However if I right click on the same button and then release, the MouseUp handler is triggered.
Hoping someone might be able to shed some light