C# pictureBox和imageList 使用 C# pictureBox和imageList 使用 2016-10-09 jashliao Comments 0 Comment C# pictureBox和imageList 使用 CW40_pictureBox01.BackgroundImage = CW40_imageList1.Images[0];//指定圖片 CW40_pictureBox01.BackgroundImage = null;//清空圖片 PS.使用BackgroundImage時,SizeMode會無效 picSub020000_01.Image = imageList2.Images[48];//指定圖片