Gets or sets the Text
public object TextComponent { get; set; }
Public Property TextComponent() As System.Object
The following examples creates a new Mail
TXTextControl.MailMerge mailMerge1 = new TXTextControl.MailMerge(); TXTextControl.ServerTextControl serverTextControl1 = new TXTextControl.ServerTextControl();
mailMerge1.TextComponent = serverTextControl1;
Dim MailMerge1 As TXTextControl.MailMerge = New TXTextControl.MailMerge
Dim ServerTextControl1 As TXTextControl.ServerTextControl = New TXTextControl.ServerTextControl()
MailMerge1.TextComponent = ServerTextControl1