TX Text Control .NET for Windows Forms Documentation

ApplicationField Class

The ApplicationField class supports text field formats of applications such as Microsoft Word. The class only provides an interface to retrieve and change the data and parameters of such fields. The field logic itself is not implemented. Currently supported applications and components are Microsoft Word and Heiler HeighEdit. For more information see the technical article Text Fields and Hypertext Links - Importing Fields from Microsoft Word.

Introduced: 14.0.

Syntax

[C#] public class ApplicationField : TextField
[Visual Basic] Public Class ApplicationField Inherits TextField

Constructors

ConstructorDescription
ApplicationFieldInitializes a new instance of the ApplicationField class.

Properties

PropertyDescription
BoundsGets the bounding rectangle of a text field.
DeleteableSpecifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited.
DoubleClickEventSpecifies whether a TextControl.TextFieldDoubleClicked event is raised, if the end-user doubleclicks the text field.
DoubledInputPositionSpecifies whether a text field has a doubled input position in front of its first character and behind its last character.
EditableSpecifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.
FormatGets or sets the field's format.
FormattingBoundsGets the formatting rectangle of a text field.
IDGets or sets an identifier for a text field.
IsSpellCheckingEnabledSpecifies whether a text field's text is checked on misspelled words.
LengthGets the number of characters in a text field.
NameRelates a user-defined name to a text field.
ParametersGets or sets the field's parameters.
ShowActivatedSpecifies whether a text field toggles its background to gray, if the current input position is in the field.
StartGets the first character position (one-based) of a text field.
TextReturns or sets the text which is contained within a text field.
TypeNameGets or sets the field's type name.

Methods

MethodDescription
ScrollToSets the current input position to the beginning of a text field and scrolls it into the visible part of the document.

Example

The following example shows how to insert a new ApplicationField of type Microsoft Word.

[C#] TXTextControl.ApplicationField myAppField = new TXTextControl.ApplicationField( TXTextControl.ApplicationFieldFormat.MSWord, "MERGEFIELD", "New ApplicationField", new string[] {"FieldName"}); textControl1.ApplicationFields.Add(myAppField);
[Visual Basic] Dim MyAppField As TXTextControl.ApplicationField = New TXTextControl.ApplicationField( _ TXTextControl.ApplicationFieldFormat.MSWord, _ "MERGEFIELD", _ "New ApplicationField", _ New String() {"FieldName"}) TextControl1.ApplicationFields.Add(MyAppField)

See Also

 
 
 

Products

Support

Downloads

Corporate

Buy Now