1 write to text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBar.cs (1)
1007t.text = panel.ToolTipText;
7 references to text
System.Windows.Forms (7)
winforms\Managed\System\WinForms\StatusBar.cs (7)
1778if (tool != null && tool.text != null && tool.text.Length > 0) { 1794if (tool != null && tool.text != null && tool.text.Length > 0 && (int)tool.id >= 0) { 1799if (tool != null && tool.text != null && tool.text.Length > 0 && (int)tool.id >= 0) { 1887ti.lpszText = tool.text;