1 write to lblFormBorderStyle
WinFormsControlsTest (1)
FormBorderStyles.Designer.cs (1)
32
this.
lblFormBorderStyle
= new System.Windows.Forms.Label();
7 references to lblFormBorderStyle
WinFormsControlsTest (7)
FormBorderStyles.cs (1)
17
lblFormBorderStyle
.Text = $"Current border style: {FormBorderStyle}";
FormBorderStyles.Designer.cs (6)
47
this.
lblFormBorderStyle
.AutoSize = true;
48
this.
lblFormBorderStyle
.Location = new System.Drawing.Point(13, 43);
49
this.
lblFormBorderStyle
.Name = "lblFormBorderStyle";
50
this.
lblFormBorderStyle
.Size = new System.Drawing.Size(0, 13);
51
this.
lblFormBorderStyle
.TabIndex = 1;
58
this.Controls.Add(this.
lblFormBorderStyle
);