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