Closed egkareem closed 3 years ago
private void Scintilla1_MouseMove(object sender, MouseEventArgs e) { }
Where Scintilla1 is textbox kind of control from ScintillaNET. Hope it helps you.
Thank you. Many events are not firing in the demo...I will study it more. For now consider this answered. Thanks much.
In the demo project, I am trying to capture mouse move to display current line number and column number. What event can I use? None of the events below fire:
Thanks.