1 write to btnFolderBrowserDialog
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
41this.btnFolderBrowserDialog = new System.Windows.Forms.Button();
8 references to btnFolderBrowserDialog
WinFormsControlsTest (8)
Dialogs.Designer.cs (8)
103this.btnFolderBrowserDialog.Location = new System.Drawing.Point(3, 61); 104this.btnFolderBrowserDialog.Name = "btnFolderBrowserDialog"; 105this.btnFolderBrowserDialog.Size = new System.Drawing.Size(163, 23); 106this.btnFolderBrowserDialog.TabIndex = 4; 107this.btnFolderBrowserDialog.Text = "Folder &browser dialog"; 108this.btnFolderBrowserDialog.UseVisualStyleBackColor = true; 109this.btnFolderBrowserDialog.Click += this.btnFolderBrowserDialog_Click; 126this.flowLayoutPanel1.Controls.Add(this.btnFolderBrowserDialog);