With this code I am setting a backgroundimage to a button.
mybutton1->BackgroundImage = Image::FromFile("D:\\pic1.JPG");
What I need to do is to also be able to remove this image from the button as it was before I did put the image to the button so the button doesn´t have any BackgroundImage.
How is this possible to do programtically ?