1 write to Text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBar.cs (1)
1354panel.Text = text;
3 references to Text
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusBarPanel.cs (3)
419if (!Text.Equals(value)) { 553text = Text; 700return "StatusBarPanel: {" + Text + "}";