LinkLabel.Link Members
.NET Framework 3.5
Represents a link within a LinkLabel control.
The LinkLabel.Link type exposes the following members.
| Name | Description | |
|---|---|---|
|
LinkLabel.Link | Overloaded. Initializes a new instance of the LinkLabel.Link class. |
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
Description | Gets or sets a text description of the link. |
|
Enabled | Gets or sets a value indicating whether the link is enabled. |
|
Length | Gets or sets the number of characters in the link text. |
|
LinkData | Gets or sets the data associated with the link. |
|
Name | Gets or sets the name of the LinkLabel.Link. |
|
Start | Gets or sets the starting location of the link within the text of the LinkLabel. |
|
Tag | Gets or sets the object that contains data about the LinkLabel.Link. |
|
Visited | Gets or sets a value indicating whether the user has visited the link. |