System.Windows.Forms.LinkLabel: Property Members

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

Public Properties

ActiveLinkColorSystem.Drawing.Color.

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

DisabledLinkColorSystem.Drawing.Color.

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

FlatStyleFlatStyle.

Gets or sets the flat style appearance of the System.Windows.Forms.LinkLabel.

LinkAreaLinkArea.

Gets or sets the range in the text to treat as a link.

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.

[read-only]
LinksLinkLabel.LinkCollection.

Gets the collection of links contained within the System.Windows.Forms.LinkLabel.

LinkVisitedbool.

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

PaddingPadding.

Gets or sets the interior spacing, in pixels, between the edges of a System.Windows.Forms.LinkLabel and its contents.

override
Textstring.

Gets or sets the text displayed by the System.Windows.Forms.LinkLabel.

UseCompatibleTextRenderingbool.

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.

VisitedLinkColorSystem.Drawing.Color.

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

Protected Properties

OverrideCursorCursor.

Gets or sets the mouse pointer to use when the mouse pointer is within the bounds of the System.Windows.Forms.LinkLabel.