D-Fly / alsing

Automatically exported from code.google.com/p/alsing
0 stars 0 forks source link

WordMouseDown, WordMouseHover not being triggered at all. #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create SyntaxBoxControl with code
2. Add event handler with code, e.g.:
syntaxbox.WordMouseHover += new WordMouseHandler(syntaxbox_WordMouseHover);

What is the expected output? What do you see instead?
Event should be triggered when mouse hovers over a word but it doesn't.
Maybe the word needs some properties to be set before it's triggered? Don't
know, lack of documentation.

What version of the product are you using? On what operating system?
Latest one available from "Downloads" section (.NET 2.0). XP SP3.

Original issue reported on code.google.com by mtascrip...@googlemail.com on 13 Feb 2010 at 5:34