C
Charles Law
In a user control, is it possible to replace the default mouse events with
my own?
In particular, I want the consumer of my control to get MouseMove events
when the mouse is over my control, so that they can change the cursor.
However, my control has several standard controls on it, and the consumer of
my control only gets MouseMove events when the mouse is over the control
itself, and not when it is over the standard controls. Therefore, I want to
raise/invoke the MouseMove event myself, when the mouse moves over these
standard controls. How can I do this?
TIA
Charles
my own?
In particular, I want the consumer of my control to get MouseMove events
when the mouse is over my control, so that they can change the cursor.
However, my control has several standard controls on it, and the consumer of
my control only gets MouseMove events when the mouse is over the control
itself, and not when it is over the standard controls. Therefore, I want to
raise/invoke the MouseMove event myself, when the mouse moves over these
standard controls. How can I do this?
TIA
Charles