1 write to lblHValue
WinFormsControlsTest (1)
ScrollBars.Designer.cs (1)
43
this.
lblHValue
= new System.Windows.Forms.Label();
8 references to lblHValue
WinFormsControlsTest (8)
ScrollBars.cs (1)
37
lblHValue
.Text = $"Value: {hScrollBar.Value}";
ScrollBars.Designer.cs (7)
117
this.
lblHValue
.AutoSize = true;
118
this.
lblHValue
.Location = new System.Drawing.Point(37, 33);
119
this.
lblHValue
.Name = "lblHValue";
120
this.
lblHValue
.Size = new System.Drawing.Size(50, 20);
121
this.
lblHValue
.TabIndex = 7;
122
this.
lblHValue
.Text = "label3";
139
this.Controls.Add(this.
lblHValue
);