[This is preliminary documentation and is subject to change.]
LinkLabel with improved design-time behavior
The LinkLabel..::..TextItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LinkLabel..::..TextItem()()()() | CTor (initializes with an empty string) | |
| LinkLabel..::..TextItem(String) | CTor (initializes with text to display) | |
| LinkLabel..::..TextItem(SerializationInfo, StreamingContext) | CTor - deserializes LinkLabel..::..LinkLabelItem |
Methods
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from LinkLabel..::..LinkLabelItem.) | |
| OnChanged | Raises the Changed event (Inherited from LinkLabel..::..LinkLabelItem.) | |
| ToString | String representation of this instance (Inherited from LinkLabel..::..LinkLabelItem.) |
Properties
| Name | Description | |
|---|---|---|
| Text | Gets or sets text shown in place of this item (Inherited from LinkLabel..::..LinkLabelItem.) |
Events
| Name | Description | |
|---|---|---|
| Changed | Raised when value of member changes (Inherited from LinkLabel..::..LinkLabelItem.) |