The properties of System.Windows.Forms.LinkLabel are listed below. For a list of all members, see the LinkLabel Members list.
See Also: Inherited members from System.Windows.Forms.Label
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. |