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