Leak MouseWheel to parent window.

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Dong JIA
Avatar
Hi all,
I put a SyntaxEditor in a Form. Run it. And use spy++ to watch the Form message(NOT syntax editor).
I found that:
if I trigger a MouseWheel in syntax editor, the message will leak to form. (Both editor and form get the message).
And I verify it with RichTextBox and ListBox. Message is not leak to parent form.

And I think it is a BUG of syntax editor. :(

Best regards,
Dong

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
We aren't doing anything special with the MouseWheel event or the message that triggers it. You'd probably see the same thing if you made your own custom control. Remember that TextBox and RichTextBox are Win32 controls wrapped by .NET so they may exhibit slightly different behaviors.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.