1 write to btnChangeFormBorderStyle
WinFormsControlsTest (1)
FormBorderStyles.Designer.cs (1)
31
this.
btnChangeFormBorderStyle
= new System.Windows.Forms.Button();
8 references to btnChangeFormBorderStyle
WinFormsControlsTest (8)
FormBorderStyles.Designer.cs (8)
37
this.
btnChangeFormBorderStyle
.Location = new System.Drawing.Point(13, 13);
38
this.
btnChangeFormBorderStyle
.Name = "btnChangeFormBorderStyle";
39
this.
btnChangeFormBorderStyle
.Size = new System.Drawing.Size(162, 23);
40
this.
btnChangeFormBorderStyle
.TabIndex = 0;
41
this.
btnChangeFormBorderStyle
.Text = "Change FormBorderStyle";
42
this.
btnChangeFormBorderStyle
.UseVisualStyleBackColor = true;
43
this.
btnChangeFormBorderStyle
.Click += this.btnChangeFormBorderStyle_Click;
59
this.Controls.Add(this.
btnChangeFormBorderStyle
);