4 references to TipInfo
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolTip.cs (4)
1425
TipInfo info = new
TipInfo
(caption, TipInfo.Type.Auto);
1592
tt = new
TipInfo
(text, TipInfo.Type.SemiAbsolute);
2031
tt = new
TipInfo
(text, type);
2055
tt = new
TipInfo
(text, type);