1 write to defaultAutoPopDelayButton
WinFormsControlsTest (1)
ToolTipTests.Designer.cs (1)
38
this.
defaultAutoPopDelayButton
= new System.Windows.Forms.Button();
9 references to defaultAutoPopDelayButton
WinFormsControlsTest (9)
ToolTipTests.Designer.cs (9)
88
this.flowLayoutPanel1.Controls.Add(this.
defaultAutoPopDelayButton
);
110
this.
defaultAutoPopDelayButton
.AutoSize = true;
111
this.
defaultAutoPopDelayButton
.Location = new System.Drawing.Point(8, 813);
112
this.
defaultAutoPopDelayButton
.Name = "defaultAutoPopDelayButton";
113
this.
defaultAutoPopDelayButton
.Size = new System.Drawing.Size(904, 183);
114
this.
defaultAutoPopDelayButton
.TabIndex = 4;
115
this.defaultAutoPopDelayToolTip.SetToolTip(this.
defaultAutoPopDelayButton
, "Persistent");
116
this.
defaultAutoPopDelayButton
.Text = "AutoPopDelay = 5000";
117
this.
defaultAutoPopDelayButton
.UseVisualStyleBackColor = true;