In This Topic
The following tables list the members exposed by NLinkLabel.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | IsVisited | Gets/Sets whether the link has been visited. Automatically set to true when the link is clicked. By default set to false. |
 | LinkUrl | Gets/Sets the URL associated with this link label. By default set to null. |
Top
Protected Properties
| Name | Description |
 | tbC | Overridden. |
Top
Protected Methods
| Name | Description |
 | OnMouseDown | Overridden. Called when the label is clicked. Overriden to open the label's hyperlink in the default web browser. |
 | RequestCursor | Overridden. Called when the input element receives a chance to request a cursor. Overriden to return hand cursor if the LinkUrl property of this label is set. |
Top
See Also