The Application
public class ApplicationField : TextField
Introduced: 14.0.
The following example shows how to insert a new Application
TXTextControl.ApplicationField myAppField
= new TXTextControl.ApplicationField(TXTextControl.ApplicationFieldFormat.MSWord,
"MERGEFIELD",
"New ApplicationField",
new string[] {"FieldName"});
textControl1.ApplicationFields.Add(myAppField);
Constructor | Description |
---|---|
Application |
Initializes a new instance of the Application |
Property | Description |
---|---|
Format | Gets or sets the field's format. |
Parameters | Gets or sets the field's parameters. |
Type |
Gets or sets the field's type name. |