2 references to ToolStripStatusLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
249return new ToolStripStatusLabel(text, image, onClick);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
60using ToolStripStatusLabel label = new(sampleText, sampleImage, sampleClickHandler);