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

LinkLabel with improved design-time behavior

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

Constructors

  NameDescription
Public methodLinkLabel..::..TextItem()()()()
CTor (initializes with an empty string)
Public methodLinkLabel..::..TextItem(String)
CTor (initializes with text to display)
Protected methodLinkLabel..::..TextItem(SerializationInfo, StreamingContext)
CTor - deserializes LinkLabel..::..LinkLabelItem

Methods

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

Properties

  NameDescription
Public propertyText
Gets or sets text shown in place of this item
(Inherited from LinkLabel..::..LinkLabelItem.)

Events

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

See Also