1 write to imageList1
WinFormsControlsTest (1)
TreeViewTest.Designer.cs (1)
37
this.
imageList1
= new System.Windows.Forms.ImageList(this.components);
6 references to imageList1
WinFormsControlsTest (6)
TreeViewTest.Designer.cs (6)
44
this.treeView1.ImageList = this.
imageList1
;
54
this.
imageList1
.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
55
this.
imageList1
.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
56
this.
imageList1
.TransparentColor = System.Drawing.Color.Transparent;
57
this.
imageList1
.Images.SetKeyName(0, "SmallA.bmp");
58
this.
imageList1
.Images.SetKeyName(1, "SmallABlue.bmp");