3 references to
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
54
public ToolStripLabel(string text, Image image, bool isLink, EventHandler onClick):
this
(text,image,isLink,onClick,null) {
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (2)
55
public ToolStripStatusLabel(string text, Image image, EventHandler onClick):
base
(text,image,/*isLink=*/false,onClick,null) {
58
public ToolStripStatusLabel(string text, Image image, EventHandler onClick, string name) :
base
(text,image,/*isLink=*/false,onClick, name) {