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

ToolStripStatusLabel() public méthode

public ToolStripStatusLabel ( string text, Image image ) : System
text string
image Image
Résultat System
		public ToolStripStatusLabel (string text, Image image)
			: this (text, image, null, String.Empty)
		{
		}

Same methods

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