System.Windows.Forms.ToolStripLabel Members

The members of System.Windows.Forms.ToolStripLabel are listed below.

See Also: Inherited members from System.Windows.Forms.ToolStripItem

Public Constructors

Initializes a new instance of the System.Windows.Forms.ToolStripLabel class.

Initializes a new instance of the System.Windows.Forms.ToolStripLabel class, specifying the image to display.

Initializes a new instance of the System.Windows.Forms.ToolStripLabel class, specifying the text to display.

Initializes a new instance of the System.Windows.Forms.ToolStripLabel class, specifying the text and image to display.

Initializes a new instance of the System.Windows.Forms.ToolStripLabel class, specifying the text and image to display and whether the System.Windows.Forms.ToolStripLabel acts as a link.

Initializes a new instance of the System.Windows.Forms.ToolStripLabel class, specifying the text and image to display, whether the System.Windows.Forms.ToolStripLabel acts as a link, and providing a ToolStripItem.Click event handler.

Initializes a new instance of the System.Windows.Forms.ToolStripLabel class, specifying the text and image to display, whether the System.Windows.Forms.ToolStripLabel acts as a link, and providing a ToolStripItem.Click event handler and name for the System.Windows.Forms.ToolStripLabel.

Public Properties

ActiveLinkColorSystem.Drawing.Color.

Gets or sets the color used to display an active link.

[read-only]
override
CanSelectbool.

Gets a value indicating the selectable state of a System.Windows.Forms.ToolStripLabel.

IsLinkbool.

Gets or sets a value indicating whether the System.Windows.Forms.ToolStripLabel is a hyperlink.

LinkBehaviorLinkBehavior.

Gets or sets a value that represents the behavior of a link.

LinkColorSystem.Drawing.Color.

Gets or sets the color used when displaying a normal link.

LinkVisitedbool.

Gets or sets a value indicating whether a link should be displayed as though it were visited.

VisitedLinkColorSystem.Drawing.Color.

Gets or sets the color used when displaying a link that that has been previously visited.

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject
Documentation for this section has not yet been entered.
override
OnFontChanged(EventArgs)

Raises the Control.FontChanged event.

override
OnMouseEnter(EventArgs)

Raises the ToolStripItem.MouseEnter event.

override
OnMouseLeave(EventArgs)

Raises the ToolStripItem.MouseLeave event.

override
OnPaint(PaintEventArgs)

Raises the ToolStripItem.Paint event.

override
ProcessMnemonic(char) : bool

Processes a mnemonic character.