LinkLabel Class

Allows you to display text as a hyperlink. When clicked, the corresponding executable file or URL is run. Link color and color-after-visited may be set.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property LinkColor

object

Gets or sets the color of the link text.
Public property LinkVisited

bool

Gets or sets the value indicating if the link has been visited.
Public property VisitedLinkColor

object

Gets or sets the color value used for visited links.
Methods
  Name Description
Public property

Create()

Creates an instance of the class.
Public property

Create(text, width, height)

Creates an instance of the class. Parameters include the text to display and the width and height of the control.
Events
  Name Description
Public event

LinkClicked

Occurs when a LinkLabel item is clicked. See EventArgs for the properties returned by the handler's args parameter.