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