I have a picturebox (gameboard) and I want to place lables on top of sections of the board. However, I want them to not "overlap" the board, in the sense that it triggers the label click, and not the board click.
What can i do so that even if I click on the label, it doesn't have a click event, instead it triggers the picturebox click. (The shape object is a perfect example).
