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

ToolStripStatusLabel() public méthode

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

Same methods

ToolStripStatusLabel::ToolStripStatusLabel ( ) : 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