This patch adds ControlNodeControl, which allows
arbitrary System.Windows.Forms.Controls to be embedded
in the tree via the existing NodeControl mechanism.
Extended to allow automatic, invisible notification of mouse
and keyboard events sent to any and all child controls.
This allows tooltips and context menus, for instance, to
work even when a child control is actually under the current
mouse position, as well as consistent delivery of all events
to clients.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1115413
Extended to allow automatic, invisible notification of mouse
and keyboard events sent to any and all child controls.
This allows tooltips and context menus, for instance, to
work even when a child control is actually under the current
mouse position, as well as consistent delivery of all events
to clients.