The members of System.Windows.Forms.ToolStripLabel are listed below.
See Also: Inherited members from System.Windows.Forms.ToolStripItem
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. |
ActiveLinkColor | System.Drawing.Color.
Gets or sets the color used to display an active link. | |
[read-only] override | CanSelect | bool.
Gets a value indicating the selectable state of a System.Windows.Forms.ToolStripLabel. |
IsLink | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripLabel is a hyperlink. | |
LinkBehavior | LinkBehavior.
Gets or sets a value that represents the behavior of a link. | |
LinkColor | System.Drawing.Color.
Gets or sets the color used when displaying a normal link. | |
LinkVisited | bool.
Gets or sets a value indicating whether a link should be displayed as though it were visited. | |
VisitedLinkColor | System.Drawing.Color.
Gets or sets the color used when displaying a link that that has been previously visited. |
override | CreateAccessibilityInstance()Documentation for this section has not yet been entered. | |
override | OnFontChanged(EventArgs)
| |
override | OnMouseEnter(EventArgs)
| |
override | OnMouseLeave(EventArgs)
| |
override | OnPaint(PaintEventArgs)
| |
override | ProcessMnemonic(char)
|