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

ToolStripStatusLabel() public method

public ToolStripStatusLabel ( string text, Image image, EventHandler onClick ) : System
text string
image Image
onClick EventHandler
return System
		public ToolStripStatusLabel (string text, Image image, EventHandler onClick)
			: this (text, image, onClick, String.Empty)
		{
		}

Same methods

ToolStripStatusLabel::ToolStripStatusLabel ( ) : System
ToolStripStatusLabel::ToolStripStatusLabel ( Image image ) : System
ToolStripStatusLabel::ToolStripStatusLabel ( string text ) : System
ToolStripStatusLabel::ToolStripStatusLabel ( string text, Image image ) : System
ToolStripStatusLabel::ToolStripStatusLabel ( string text, Image image, EventHandler onClick, string name ) : System