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