Gain Access to Mouse Clicks in C# Component

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-04-06T22:38:51Z Indexed on 2010/04/06 22:43 UTC
Read the original article Hit count: 114

Filed under:
|
|

I am using the ScintillaNET component and I am attempting to capture clicks in the margin, as this will determine how I respond. Unfortunately, the margins capture the mouse events (and don't provide a way, from what I can see, to get the click information - number of clicks, mouse button clicked, etc).

If this is indeed the case (I am not able to get that info directly), what is another way of capturing what the mouse is doing before the MarginClick event is fired?

Thanks for any help!

© Stack Overflow or respective owner

Related posts about c#

Related posts about scintilla