[This is preliminary documentation and is subject to change.]

LinkLabel with improved design-time behavior

The LinkLabel..::..AutoLink type exposes the following members.

Constructors

Methods

  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from LinkLabel..::..LinkItem.)
Protected methodOnChanged
Raises the Changed event
(Inherited from LinkLabel..::..LinkLabelItem.)
Public methodToString
String representation
(Inherited from LinkLabel..::..LinkItem.)

Fields

  NameDescription
Public fieldStatic memberLinkURIPropertyName
Value of the ValueName passed in the Changed event when the LinkURI property changes

Properties

  NameDescription
Public propertyDescription
Stores value for the Description of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem
(Inherited from LinkLabel..::..LinkItem.)
Public propertyEnabled
Stores value for the Enabled of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem
(Inherited from LinkLabel..::..LinkItem.)
Public propertyLinkData Obsolete.
Data associated with the link
(Overrides LinkLabel..::..LinkItem..::..LinkData.)
Public propertyLinkPath
Gets or sets URI (in form of path string) to navigate to
Public propertyLinkURI
Gets or sets URI to navigate to
Public propertyName
Stores value for the Name of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem
(Inherited from LinkLabel..::..LinkItem.)
Public propertyTag
Stores value for the Tag of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem
(Inherited from LinkLabel..::..LinkItem.)
Public propertyText
Gets or sets text shown in place of this item
(Inherited from LinkLabel..::..LinkLabelItem.)
Public propertyVisited
Stores value for the Visited of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem
(Inherited from LinkLabel..::..LinkItem.)

Events

  NameDescription
Public eventChanged
Raised when value of member changes
(Inherited from LinkLabel..::..LinkLabelItem.)

See Also