Hi,
I use a certain control's MouseEnter and MouseLeave events to make this
control appear highlighted. The control also has a context menu, but when
the control is right-clicked and the context menu appears, the control is no
longer highlighted. This is of course because the MouseLeave event runs when
the context menu appears. I've tried telling the control to highlight in the
context menu's popup event, but popup runs before MouseLeave. Does anyone
know how I can get the control to remain highlighted while the context menu
is shown?
Thanks,
Nathan
I use a certain control's MouseEnter and MouseLeave events to make this
control appear highlighted. The control also has a context menu, but when
the control is right-clicked and the context menu appears, the control is no
longer highlighted. This is of course because the MouseLeave event runs when
the context menu appears. I've tried telling the control to highlight in the
context menu's popup event, but popup runs before MouseLeave. Does anyone
know how I can get the control to remain highlighted while the context menu
is shown?
Thanks,
Nathan