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

ToolStripStatusLabel() public method

public ToolStripStatusLabel ( ) : System
return System
		public ToolStripStatusLabel ()
			: this (String.Empty, null, null, String.Empty)
		{
		}

Same methods

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 ) : System
ToolStripStatusLabel::ToolStripStatusLabel ( string text, Image image, EventHandler onClick, string name ) : System