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