System.Windows.Forms.StatusStrip.CreateDefaultItem Method

Creates a default System.Windows.Forms.ToolStripStatusLabel with the specified text, image, and event handler on a new System.Windows.Forms.StatusStrip instance.

Syntax

protected override ToolStripItem CreateDefaultItem (string text, System.Drawing.Image image, EventHandler onClick)

Parameters

text
The text to use for the System.Windows.Forms.ToolStripStatusLabel. If the text parameter is a hyphen (-), this method creates a System.Windows.Forms.ToolStripSeparator.
image
The System.Drawing.Image to display on the System.Windows.Forms.ToolStripStatusLabel.
onClick
An event handler that raises the Control.Click event when the System.Windows.Forms.ToolStripStatusLabel is clicked.

Returns

A ToolStripStatusLabel.#ctor(string, System.Drawing.Image, EventHandler), or a System.Windows.Forms.ToolStripSeparator if the text parameter is a hyphen (-).

Remarks

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0