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