1 write to btnPrintDialog
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
40this.btnPrintDialog = new System.Windows.Forms.Button();
8 references to btnPrintDialog
WinFormsControlsTest (8)
Dialogs.Designer.cs (8)
93this.btnPrintDialog.Location = new System.Drawing.Point(3, 32); 94this.btnPrintDialog.Name = "btnPrintDialog"; 95this.btnPrintDialog.Size = new System.Drawing.Size(163, 23); 96this.btnPrintDialog.TabIndex = 3; 97this.btnPrintDialog.Text = "&Print dialog"; 98this.btnPrintDialog.UseVisualStyleBackColor = true; 99this.btnPrintDialog.Click += this.btnPrintDialog_Click; 125this.flowLayoutPanel1.Controls.Add(this.btnPrintDialog);