If I create a control library control (and change the base control
from usercontrol to control). Add that control to the toolbox, then
add that control to a windows form. Then add a context menu to the
control. Within the control, how do you tell when a context menu has
been instanced? I don't see any overrides I can work with.
Trapping the mousedown and up doesn't help much either because you can
have multiple mouse up events if someone brings up a context menu then
right clicks on the context menu. Is there an easy way to be notified
and work with a context menu on your control?