I have a UserControl defined that has one TableLayoutPanel. The TableLayoutPanel has 1 column and 3 rows with 1 Label in each row.

I need to do the following:
1) Determine when the Control is left-clicked
2) Determine if a key has been pressed when the Control is left-clicked and which key is pressed.

I can do 1) but can't seem to have any success for 2)

Any ideas?

Thanks

-Mike