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

ToolStripStatusLabel() public method

public ToolStripStatusLabel ( string text, Image image, EventHandler onClick, string name ) : System
text string
image Image
onClick EventHandler
name string
return System
		public ToolStripStatusLabel (string text, Image image, EventHandler onClick, string name)
			: base (text, image, false, onClick, name)
		{
			this.border_style = Border3DStyle.Flat;
		}
		#endregion

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 ) : System