N 
		
								
				
				
			
		Norvin Laudon
Hi,
I have a context menu, which is used for each of 6 labels on my form. That
is, right-clicking any of the labels will bring up the same context menu.
Once the user clicks the menu, the clicked MenuItem fires an event:
menuItem1_Click(object sender, System.EventArgs e)
How can tell which of the 6 labels the menu is being clicked over?
Thanks,
Norvin
				
			I have a context menu, which is used for each of 6 labels on my form. That
is, right-clicking any of the labels will bring up the same context menu.
Once the user clicks the menu, the clicked MenuItem fires an event:
menuItem1_Click(object sender, System.EventArgs e)
How can tell which of the 6 labels the menu is being clicked over?
Thanks,
Norvin