1 write to defaultAutomaticDelayButton
WinFormsControlsTest (1)
ToolTipTests.Designer.cs (1)
37
this.
defaultAutomaticDelayButton
= new System.Windows.Forms.Button();
9 references to defaultAutomaticDelayButton
WinFormsControlsTest (9)
ToolTipTests.Designer.cs (9)
87
this.flowLayoutPanel1.Controls.Add(this.
defaultAutomaticDelayButton
);
99
this.
defaultAutomaticDelayButton
.AutoSize = true;
100
this.
defaultAutomaticDelayButton
.Location = new System.Drawing.Point(8, 612);
101
this.
defaultAutomaticDelayButton
.Name = "defaultAutomaticDelayButton";
102
this.
defaultAutomaticDelayButton
.Size = new System.Drawing.Size(915, 183);
103
this.
defaultAutomaticDelayButton
.TabIndex = 3;
104
this.defaultAutomaticDelayToolTip.SetToolTip(this.
defaultAutomaticDelayButton
, "Persistent");
105
this.
defaultAutomaticDelayButton
.Text = "AutomaticDelay = 500";
106
this.
defaultAutomaticDelayButton
.UseVisualStyleBackColor = true;