Constable Authorization Engine 2.0 BETA

AutoLinkLabel.Text Property

[This is preliminary documentation and subject to change.]

Gets or sets the text displayed in the control.

[Visual Basic]
Overrides Public Property Text As String
[C#]
public override string Text {get; set;}

Property Value

The text with embedded HTML anchor tags.

Remarks

Setting the property automatically processes embedded HTML anchor tags and generates appropriate links.

CAUTION If setting the Text property to a string containing embedded anchor tags, the anchor tags are removed and only the content of the tags (the text between the opening <a> and closing </a> tags) is retained. Therefore the Text property might return a value that is different from the value it was set to.

See Also

AutoLinkLabel Class | LaMarvin.Design.Controls Namespace