1 write to lblTrackBarValue
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
48this.lblTrackBarValue = new System.Windows.Forms.Label();
8 references to lblTrackBarValue
WinFormsControlsTest (8)
TrackBars.cs (1)
37lblTrackBarValue.Text = $"Value {trackBar1.Value}";
TrackBars.Designer.cs (7)
238this.lblTrackBarValue.AutoSize = true; 239this.lblTrackBarValue.Location = new System.Drawing.Point(12, 9); 240this.lblTrackBarValue.Name = "lblTrackBarValue"; 241this.lblTrackBarValue.Size = new System.Drawing.Size(47, 15); 242this.lblTrackBarValue.TabIndex = 14; 243this.lblTrackBarValue.Text = "Value: 0"; 250this.Controls.Add(this.lblTrackBarValue);