The members of System.Windows.Forms.LinkLabel are listed below.
See Also: Inherited members from System.Windows.Forms.Label
Initializes a new default instance of the System.Windows.Forms.LinkLabel class. |
ActiveLinkColor | System.Drawing.Color.
Gets or sets the color used to display an active link. | |
DisabledLinkColor | System.Drawing.Color.
Gets or sets the color used when displaying a disabled link. | |
FlatStyle | FlatStyle.
Gets or sets the flat style appearance of the System.Windows.Forms.LinkLabel. | |
LinkArea | LinkArea.
Gets or sets the range in the text to treat as a link. | |
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. | |
[read-only] | Links | LinkLabel.LinkCollection.
Gets the collection of links contained within the System.Windows.Forms.LinkLabel. |
LinkVisited | bool.
Gets or sets a value indicating whether a link should be displayed as though it were visited. | |
Padding | Padding.
Gets or sets the interior spacing, in pixels, between the edges of a System.Windows.Forms.LinkLabel and its contents. | |
override | Text | string.
Gets or sets the text displayed by the System.Windows.Forms.LinkLabel. |
UseCompatibleTextRendering | bool.
Gets or sets a value that determines whether to use the System.Drawing.Graphics class (ndptecgdiplus) or the System.Windows.Forms.TextRenderer class (ndptecgdi) to render text. | |
VisitedLinkColor | System.Drawing.Color.
Gets or sets the color used when displaying a link that that has been previously visited. |
OverrideCursor | Cursor.
Gets or sets the mouse pointer to use when the mouse pointer is within the bounds of the System.Windows.Forms.LinkLabel. |
override | CreateAccessibilityInstance()
| |
override | CreateHandle()
| |
override | OnAutoSizeChanged(EventArgs)
| |
override | OnEnabledChanged(EventArgs)
| |
override | OnFontChanged(EventArgs)
| |
override | OnGotFocus(EventArgs)
| |
override | OnKeyDown(KeyEventArgs)
| |
OnLinkClicked(LinkLabelLinkClickedEventArgs)
| ||
override | OnLostFocus(EventArgs)
| |
override | OnMouseDown(MouseEventArgs)
| |
override | OnMouseLeave(EventArgs)
| |
override | OnMouseMove(MouseEventArgs)
| |
override | OnMouseUp(MouseEventArgs)
| |
override | OnPaddingChanged(EventArgs)
| |
override | OnPaint(PaintEventArgs)
| |
override | OnPaintBackground(PaintEventArgs)
| |
override | OnTextAlignChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | OnTextChanged(EventArgs)
| |
PointInLink(int, int)
| ||
override | ProcessDialogKey(Keys)
| |
override | Select(bool, bool)Documentation for this section has not yet been entered. | |
override | SetBoundsCore(int, int, int, int, BoundsSpecified)
| |
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
LinkClicked |
Occurs when a link is clicked within the control. | |
TabStopChanged |
Occurs when the value of the Label.TabStop property changes. |
System.Windows.Forms.IButtonControl.DialogResult | DialogResult.
For a description of this member, see IButtonControl.DialogResult. | |
System.Windows.Forms.IButtonControl.NotifyDefault |
Notifies the System.Windows.Forms.LinkLabel control that it is the default button. | |
System.Windows.Forms.IButtonControl.PerformClick |
Generates a Control.Click event for the System.Windows.Forms.LinkLabel control. |