System.Windows.Forms.ToolStripLabel.ToolStripLabel C# (CSharp) Method

ToolStripLabel() public method

public ToolStripLabel ( string text, Image image ) : System.Drawing
text string
image Image
return System.Drawing
		public ToolStripLabel (string text, Image image)
			: this (text, image, false, null, String.Empty)
		{
		}

Same methods

ToolStripLabel::ToolStripLabel ( ) : System.Drawing
ToolStripLabel::ToolStripLabel ( Image image ) : System.Drawing
ToolStripLabel::ToolStripLabel ( string text ) : System.Drawing
ToolStripLabel::ToolStripLabel ( string text, Image image, bool isLink ) : System.Drawing
ToolStripLabel::ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick ) : System.Drawing
ToolStripLabel::ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick, string name ) : System.Drawing