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