How do I make a context menu show up when I click on a ToolStrip Button? And if I use code:
ContextMenuStrip1.Show()
it displays it in the top left.
How do I make it show up on a left click under the button?