[C#]ImageList 예제 //이미지 파일 추가 imageList1.Images.Add(Image.FromFile(string path)); //이미지 파일 선택 삭제 imageList1.Images.RemoveAt(int index); //이미지 파일 전체 삭제 imageList1.Images.Clear(); C# 2016.05.12