1 write to btnColorDialog
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
38this.btnColorDialog = new System.Windows.Forms.Button();
8 references to btnColorDialog
WinFormsControlsTest (8)
Dialogs.Designer.cs (8)
73this.btnColorDialog.Location = new System.Drawing.Point(3, 32); 74this.btnColorDialog.Name = "btnColorDialog"; 75this.btnColorDialog.Size = new System.Drawing.Size(163, 23); 76this.btnColorDialog.TabIndex = 2; 77this.btnColorDialog.Text = "&Color dialog"; 78this.btnColorDialog.UseVisualStyleBackColor = true; 79this.btnColorDialog.Click += this.btnColorDialog_Click; 123this.flowLayoutPanel1.Controls.Add(this.btnColorDialog);