System.Windows.Forms.ToolStripStatusLabel.ToolStripStatusLabel C# (CSharp) Méthode

ToolStripStatusLabel() public méthode

public ToolStripStatusLabel ( ) : System
Résultat 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