LinkLabel Control

The LinkLabel control is is used to display a link to files or web pages. This appears as underlined text (blue by default). When the mouse moves over it, the pointer changes to a hand. When the mouse is clicked on the LinkLabel, a LinkClicked event is generated, and (optionally) the link may change color.

Properties: (some of them)

It is up to us to write the code to implement the actual link in the LinkClicked event handler, using the Process class.