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

LinkLabel with improved design-time behavior

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

Constructors

  NameDescription
Public methodLinkLabel..::..LinkItem()()()()
CTor (initializes with an empty string as Text and null as LinkData
Protected methodLinkLabel..::..LinkItem(SerializationInfo, StreamingContext)
CTor - deserializes LinkLabel..::..LinkLabelItem
Public methodLinkLabel..::..LinkItem(String, Object)
CTor (initializes Text and optionally LinkData

Methods

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

Fields

  NameDescription
Public fieldStatic memberDescriptionPropertyName
Value of the ValueName passed in the Changed event when the Description property changes
Public fieldStatic memberEnabledPropertyName
Value of the ValueName passed in the Changed event when the Enabled property changes
Public fieldStatic memberLinkDataPropertyName
Value of the ValueName passed in the Changed event when the LinkData property changes
Public fieldStatic memberNamePropertyName
Value of the ValueName passed in the Changed event when the Name property changes
Public fieldStatic memberTagPropertyName
Value of the ValueName passed in the Changed event when the Tag property changes
Public fieldStatic memberVisitedPropertyName
Value of the ValueName passed in the Changed event when the Visited property changes

Properties

  NameDescription
Public propertyDescription
Stores value for the Description of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem
Public propertyEnabled
Stores value for the Enabled of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem
Public propertyLinkData
Gets or sets data associated with the link
Public propertyName
Stores value for the Name of LinkLabel..::..Link that represents this LinkLabel..::..LinkItem
Public propertyTag
Stores value for the Tag of LinkLabel..::..Link that represents this 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

Events

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

See Also