3 writes to Caption
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolTip.cs (3)
1596
tt.
Caption
= text;
2035
tt.
Caption
= text;
2059
tt.
Caption
= text;
5 references to Caption
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolTip.cs (5)
181
return ((TipInfo)this.tools[tool])?.
Caption
;
1239
if (tt == null || tt.
Caption
== null) {
1243
return tt.
Caption
;
1450
if (info == null || String.IsNullOrEmpty(info.
Caption
)) {
1476
NativeMethods.TOOLINFO_TOOLTIP toolInfo = GetTOOLINFO(control, info.
Caption
, out allocatedString);