[This is preliminary documentation and is subject to change.]
LinkLabel with improved design-time behavior
The LinkLabel..::..AutoLink type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LinkLabel..::..AutoLink()()()() | CTor | |
| LinkLabel..::..AutoLink(String) | CTor | |
| LinkLabel..::..AutoLink(Uri) | CTor - initializes with URI and uses URI's string representation as text | |
| LinkLabel..::..AutoLink(SerializationInfo, StreamingContext) | CTor - deserializes LinkLabel..::..LinkLabelItem | |
| LinkLabel..::..AutoLink(String, String) | CTor | |
| LinkLabel..::..AutoLink(String, Uri) | CTor |
Methods
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from LinkLabel..::..LinkItem.) | |
| OnChanged | Raises the Changed event (Inherited from LinkLabel..::..LinkLabelItem.) | |
| ToString | String representation (Inherited from LinkLabel..::..LinkItem.) |
Fields
| Name | Description | |
|---|---|---|
| LinkURIPropertyName |
Properties
| Name | Description | |
|---|---|---|
| Description | Stores value for the Description of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem (Inherited from LinkLabel..::..LinkItem.) | |
| Enabled | (Inherited from LinkLabel..::..LinkItem.) | |
| LinkData | Obsolete. Data associated with the link (Overrides LinkLabel..::..LinkItem..::..LinkData.) | |
| LinkPath | Gets or sets URI (in form of path string) to navigate to | |
| LinkURI | Gets or sets URI to navigate to | |
| Name | (Inherited from LinkLabel..::..LinkItem.) | |
| Tag | (Inherited from LinkLabel..::..LinkItem.) | |
| Text | Gets or sets text shown in place of this item (Inherited from LinkLabel..::..LinkLabelItem.) | |
| Visited | (Inherited from LinkLabel..::..LinkItem.) |
Events
| Name | Description | |
|---|---|---|
| Changed | Raised when value of member changes (Inherited from LinkLabel..::..LinkLabelItem.) |