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
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
|
Name |
Type |
Description |
|
LinkColor |
object
|
Gets or sets the color of the link text. |
|
LinkVisited |
bool
|
Gets or sets the value indicating if the link has been
visited. |
|
VisitedLinkColor |
object
|
Gets or sets the color value used for visited links. |
|
Name |
Description |
|
Create()
|
Creates an instance of the class. |
|
Create(text, width, height)
|
Creates an instance of the class. Parameters include the text to display and the width and height of the control. |
|
Name |
Description |
|
LinkClicked
|
Occurs when a LinkLabel item is clicked. See EventArgs for the properties returned by the handler's args parameter.
|