I have set a backgroundimage to a button and wonder how it would be possible to remove this image programatically.
I have tried to search all members but cant find any clue to how to do it.

//Asign backgroundimage
Code:
button1->BackgroundImage = Image::FromFile("C:\\picture.JPG");