C# pictureBox和imageList 使用

C# pictureBox和imageList 使用

C# pictureBox和imageList 使用

 

    CW40_pictureBox01.BackgroundImage = CW40_imageList1.Images[0];//指定圖片
    CW40_pictureBox01.BackgroundImage = null;//清空圖片

    PS.使用BackgroundImage時,SizeMode會無效

 

    picSub020000_01.Image = imageList2.Images[48];//指定圖片

 

 

 

 

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *