C# - Image as a clickable button

后端 未结 2 1248
野趣味
野趣味 2021-02-13 13:07

I want to make some custom controls, with images as buttons. I don\'t want images ON buttons - I want to totally replace the button with an image read from a file. Is it possibl

2条回答
  •  悲&欢浪女
    2021-02-13 13:41

    You can use the PictureBox control and use the Click event on it to handle clicks.

提交回复
热议问题