1 write to toolTip1
WinFormsControlsTest (1)
Buttons.Designer.cs (1)
35
this.
toolTip1
= new System.Windows.Forms.ToolTip(this.components);
2 references to toolTip1
WinFormsControlsTest (2)
Buttons.cs (1)
99
toolTip1
.SetToolTip(button, $"{style}.");
Buttons.Designer.cs (1)
40
this.
toolTip1
.IsBalloon = true;