Visual Studio c#, using the .Image property is throwing an error for some reason

前端 未结 0 344
死守一世寂寞
死守一世寂寞 2020-11-29 10:47

I am trying to clear the images from all the picture boxes on a single click.

            foreach (Control x in this.Controls)
        {
            if (x is          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题