Text Fields

Classes

Class Description
TXTextControl.ApplicationField The ApplicationField class supports text field formats of applications such as Microsoft Word.
TXTextControl.ApplicationFieldCollection An instance of the ApplicationFieldCollection class contains all created or imported Microsoft Word or Heiler HighEdit fields represented through objects of the type ApplicationField.
TXTextControl.TextField An instance of the TextField class represents a text field in a Text Control document.
TXTextControl.TextFieldCollection An instance of the TextFieldCollection class contains all standard text fields in a Text Control document or part of the document represented through objects of the type TextField.
TXTextControl.TextFieldCollectionBase The TextFieldCollectionBase class is the base class of the TextFieldCollection, HypertextLinkCollection, DocumentLinkCollection, PageNumberFieldCollection, ApplicationFieldCollection and FormFieldCollection classes.
TXTextControl.TextFieldEventArgs The TextFieldEventArgs class provides data for the TextControl.TextFieldClicked, TextControl.TextFieldCreated, TextControl.TextFieldDoubleClicked, TextControl.TextFieldDeleted, TextControl.TextFieldChanged, TextControl.TextFieldEntered and TextControl.TextFieldLeft events.

Constructors

Constructor Description
TXTextControl.ApplicationField Initializes a new instance of the ApplicationField class.
TXTextControl.TextField Creates a new instance of the TextField class.

Events

Event Description
TXTextControl.ServerTextControl.TextFieldCreated Occurs when a text field has been created.
TXTextControl.ServerTextControl.TextFieldDeleted Occurs when a text field has been deleted.
TXTextControl.TextControl.TextFieldChanged Occurs when the text of a text field has been changed.
TXTextControl.TextControl.TextFieldClicked Occurs when a text field has been clicked on.
TXTextControl.TextControl.TextFieldCreated Occurs when a text field has been created.
TXTextControl.TextControl.TextFieldDoubleClicked Occurs when a text field has been double-clicked on.
TXTextControl.TextControl.TextFieldDeleted Occurs when a text field has been deleted.
TXTextControl.TextControl.TextFieldEntered Occurs when the current input position has been moved to a position that belongs to a text field.
TXTextControl.TextControl.TextFieldLeft Occurs when the current input position has left a text field.

Methods

Method Description
TXTextControl.ApplicationFieldCollection.Add Inserts a new object of the type ApplicationField at the current input position.
TXTextControl.ApplicationFieldCollection.Clear Removes all fields of the type ApplicationField from a TX Text Control document.
TXTextControl.ApplicationFieldCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.ApplicationFieldCollection.GetItem Gets a particular field of the type ApplicationField from the collection.
TXTextControl.ApplicationFieldCollection.Remove Removes a field of the type ApplicationField from a TX Text Control document.
TXTextControl.ServerTextControl.GetTextFields Returns a collection containing text fields of the specified types.
TXTextControl.ServerTextControl.OnTextFieldCreated Raises the TextFieldCreated event.
TXTextControl.ServerTextControl.OnTextFieldDeleted Raises the TextFieldDeleted event.
TXTextControl.TextField.ScrollTo Sets the current input position to the beginning of a text field and scrolls it into the visible part of the document.
TXTextControl.TextFieldCollection.Add Inserts a new standard text field at the current input position.
TXTextControl.TextFieldCollection.Clear Removes all text fields from a Text Control document.
TXTextControl.TextFieldCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.TextFieldCollection.GetItem Gets a particular text field from the collection.
TXTextControl.TextFieldCollection.Remove Removes a text field from a Text Control document.
TXTextControl.TextFieldCollectionBase.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.TextControl.GetTextFields Returns a collection containing text fields of the specified types.
TXTextControl.TextControl.OnTextFieldChanged Raises the TextFieldChanged event.
TXTextControl.TextControl.OnTextFieldClicked Raises the TextFieldClicked event.
TXTextControl.TextControl.OnTextFieldCreated Raises the TextFieldCreated event.
TXTextControl.TextControl.OnTextFieldDoubleClicked Raises the TextFieldDoubleClicked event.
TXTextControl.TextControl.OnTextFieldDeleted Raises the TextFieldDeleted event.
TXTextControl.TextControl.OnTextFieldEntered Raises the TextFieldEntered event.
TXTextControl.TextControl.OnTextFieldLeft Raises the TextFieldLeft event.
TXTextControl.TextControl.ResetFieldCursor Resets the FieldCursor property to its default value.

Properties

Property Description
TXTextControl.ApplicationField.Format Gets or sets the field's format.
TXTextControl.ApplicationField.TypeName Gets or sets the field's type name.
TXTextControl.ApplicationField.Parameters Gets or sets the field's parameters.
TXTextControl.ApplicationFieldCollection.Item Gets the field with the specified number from the collection.
TXTextControl.ServerTextControl.ApplicationFields Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.
TXTextControl.ServerTextControl.TextFields Gets a collection of all standard text fields contained in the main text of the document.
TXTextControl.TextField.Bounds Gets the bounding rectangle of a text field.
TXTextControl.TextField.ContainsInputPosition Returns true, if the Textfield contains the current text input position.
TXTextControl.TextField.Deleteable Specifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited.
TXTextControl.TextField.DoubleClickEvent Specifies whether a TextControl.TextFieldDoubleClicked event is raised, if the end-user doubleclicks the text field.
TXTextControl.TextField.DoubledInputPosition Specifies whether a text field has a doubled input position in front of its first character and behind its last character.
TXTextControl.TextField.Editable Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.
TXTextControl.TextField.FormattingBounds Gets the formatting rectangle of a text field.
TXTextControl.TextField.HighlightColor Gets or sets the highlight color for the text field.
TXTextControl.TextField.HighlightMode Gets or sets a value indicating when the text field is highlighted.
TXTextControl.TextField.ID Gets or sets an identifier for a text field.
TXTextControl.TextField.IsSpellCheckingEnabled Specifies whether a text field's text is checked on misspelled words.
TXTextControl.TextField.Length Gets the number of characters in a text field.
TXTextControl.TextField.Name Relates a user-defined name to a text field.
TXTextControl.TextField.ShowActivated Obsolete.
TXTextControl.TextField.Start Gets the first character position (one-based) of a text field.
TXTextControl.TextField.Text Returns or sets the text which is contained within a text field.
TXTextControl.TextFieldCollection.Item Gets the field with the specified number from the collection.
TXTextControl.TextFieldCollectionBase.CanAdd Gets a value indicating whether a new text field can be inserted at the current input position.
TXTextControl.TextFieldCollectionBase.Count Gets the number of elements contained in the collection.
TXTextControl.TextFieldCollectionBase.IsSynchronized Returns true if the collection is designed to be thread safe, otherwise, it returns false.
TXTextControl.TextFieldCollectionBase.SyncRoot Gets an object that can be used to synchronize access to the collection.
TXTextControl.TextFieldEventArgs.TextField Gets an object that represents the text field which causes the event.
TXTextControl.TextControl.ApplicationFields Gets a collection of all application fields contained in the text part with the input focus.
TXTextControl.TextControl.FieldCursor Gets or sets the cursor that is displayed when the mouse pointer is over a marked text field.
TXTextControl.TextControl.TextFields Gets a collection of all standard text fields contained in the text part with the input focus.