1 write to btnReplaceImageListView1
WinFormsControlsTest (1)
ListViewTest.Designer.cs (1)
45this.btnReplaceImageListView1 = new System.Windows.Forms.Button();
8 references to btnReplaceImageListView1
WinFormsControlsTest (8)
ListViewTest.Designer.cs (8)
141this.btnReplaceImageListView1.Location = new System.Drawing.Point(176, 4); 142this.btnReplaceImageListView1.Name = "btnReplaceImageListView1"; 143this.btnReplaceImageListView1.Size = new System.Drawing.Size(87, 23); 144this.btnReplaceImageListView1.TabIndex = 3; 145this.btnReplaceImageListView1.Text = "Replace image"; 146this.btnReplaceImageListView1.UseVisualStyleBackColor = true; 147this.btnReplaceImageListView1.Click += this.btnReplaceImageListView1_Click; 153this.Controls.Add(this.btnReplaceImageListView1);