Hello,

I am using PictureBox as Button, which starts a timer.

I have 3 different images for the button:
1st for normal button (MouseLeave)
2nd for hover (MouseEnter)
3rd for clicked (Click)

How can I lock the PictureBox Button to "Clicked" state (specific img) untill the timer ends or a different button is clicked to unlock it.

I usually use "Enabled = False", but this completely disables the PictureBox

Regards!