I am making an app in WinForms. I created a new custom control, and inherited the Button.

I override the OnMouseDown event, but I need to get the event even when the button is disabled, and this is not happening.

How can I get mouse events when the button is disabled ?