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