Context menu does not open on first click
I have a C# application where I dynamically populate, then launch a context menu called cmTestplan. private void cmTestplan_Opening(object sender, CancelEventArgs e) { if ((cmTes...