The Hypertext
public class HypertextLink : TextField
Public Class HypertextLink
Inherits TextField
The following example shows an object, i.e. Mylink, of Hypertext
TXTextControl.HypertextLink MyLink =
new TXTextControl.HypertextLink("Text Control Web Site", "http://www.textcontrol.com");
textControl1.HypertextLinks.Add(MyLink);
Dim MyLink As TXTextControl.HypertextLink =
New TXTextControl.HypertextLink("Text Control Web Site", "http://www.textcontrol.com"
textControl1.HypertextLinks.Add(MyLink)
Constructor | Description |
---|---|
Hypertext |
Initializes a new instance of the Hypertext |
Property | Description |
---|---|
Target | Gets or sets a string that specifies the target to where the hypertext link points. |