1 write to lblVValue
WinFormsControlsTest (1)
ScrollBars.Designer.cs (1)
44
this.
lblVValue
= new System.Windows.Forms.Label();
8 references to lblVValue
WinFormsControlsTest (8)
ScrollBars.cs (1)
38
lblVValue
.Text = $"Value: {vScrollBar.Value}";
ScrollBars.Designer.cs (7)
126
this.
lblVValue
.AutoSize = true;
127
this.
lblVValue
.Location = new System.Drawing.Point(275, 33);
128
this.
lblVValue
.Name = "lblVValue";
129
this.
lblVValue
.Size = new System.Drawing.Size(50, 20);
130
this.
lblVValue
.TabIndex = 8;
131
this.
lblVValue
.Text = "label4";
138
this.Controls.Add(this.
lblVValue
);