Can you check if the Right Mouse Button (vbRightButton) has been used on a Label?

I already have a Label1_Click() event for the left button. When I left click on any label1 in my label1 control array an event will occure. How can I triger an event with the right button.

Thanks