Name | Description | |
---|---|---|
![]() | NLinkLabel Constructor | Overloaded. |
The following tables list the members exposed by NLinkLabel.
Name | Description | |
---|---|---|
![]() | NLinkLabel Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | IsVisitedProperty | Reference to the Visited property. |
![]() ![]() | LinkUrlProperty | Reference to the LinkUrl property. |
![]() ![]() | NLinkLabelSchema | Schema associated with NLinkLabel. |
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. |
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. |