'Visual Studio 2017 - Image label that changes when clicked on

I'm using Visual Studio 2017 to do a windows form app, and I have an issue with labels and images.

I'm trying to create a label that contains an arrow image (left arrow), but when the label is clicked on the arrow image has to change for the opposite arrow image (right arrow).

So far I've been able to import an arrow image facing one direction on the label, but I don't know how to proceed for the part where clicking on the label changes for the opposite arrow image.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source