ProclaimDragon Posted May 29, 2008 Share Posted May 29, 2008 I'm using the Krypton Toolkit in my next application and I'm actually using the KryptonTextBox control where I need to handle the MouseDown event. The problem is that KryptonTextBox doesn't handle the event OnMouseDown so I need to subclass the KryptonTextBox and implement my own MouseDown event. I know how to subclass something, I just don't know how to create my own MouseDown event. Can someone help me out? Link to comment https://www.neowin.net/forum/topic/640016-c-subclass-a-control-and-create-a-mousedown-event-handler/ Share on other sites More sharing options...
ProclaimDragon Posted May 30, 2008 Author Share Posted May 30, 2008 Nevermind, the control actually had a MouseDown event, it was a bit hidden though.. Link to comment https://www.neowin.net/forum/topic/640016-c-subclass-a-control-and-create-a-mousedown-event-handler/#findComment-589442455 Share on other sites More sharing options...
Recommended Posts