
| Class | Description | |
| ApplicationField | The ApplicationField class supports text field formats of applications such as Microsoft Word. | |
| 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. An instance of this class can be obtained with the | |
| TextField | An instance of the TextField class represents a text field in a Text Control document. | |
| 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. An instance of this class can be obtained with the | |
| TextFieldEventArgs | The TextFieldEventArgs class provides data for the TextControl.TextFieldClicked, TextControl.TextFieldCreated, TextControl.TextFieldDoubleClicked, TextControl.TextFieldDeleted, TextControl.TextFieldChanged, TextControl.TextFieldEntered and TextControl.TextFieldLeft events. |
| Property | Description | |
| 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. | |
| ServerTextControl.TextFields | Gets a collection of all standard text fields contained in the main text of the document. | |
| TextControl.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. | |
| TextControl.FieldCursor | Gets or sets the cursor that is displayed when the mouse pointer is over a marked text field. | |
| TextControl.TextFields | Gets a collection of all standard text fields contained in the text part with the input focus. | |
| WPF.TextControl.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. | |
| WPF.TextControl.FieldCursor | Gets or sets the cursor that is displayed when the mouse pointer is over a marked text field. | |
| WPF.TextControl.TextFields | Gets a collection of all standard text fields contained in the text part with the input focus. |
| Method | Description | |
| TextControl.OnTextFieldChanged | Raises the TextFieldChanged event. | |
| TextControl.OnTextFieldClicked | Raises the TextFieldClicked event. | |
| TextControl.OnTextFieldCreated | Raises the TextFieldCreated event. | |
| TextControl.OnTextFieldDeleted | Raises the TextFieldDeleted event. | |
| TextControl.OnTextFieldDoubleClicked | Raises the TextFieldDoubleClicked event. | |
| TextControl.OnTextFieldEntered | Raises the TextFieldEntered event. | |
| TextControl.OnTextFieldLeft | Raises the TextFieldLeft event. | |
| TextControl.ResetFieldCursor | Resets the FieldCursor property to its default value. | |
| WPF.TextControl.OnTextFieldChanged | Raises the TextFieldChanged event. | |
| WPF.TextControl.OnTextFieldClicked | Raises the TextFieldClicked event. | |
| WPF.TextControl.OnTextFieldCreated | Raises the TextFieldCreated event. | |
| WPF.TextControl.OnTextFieldDeleted | Raises the TextFieldDeleted event. | |
| WPF.TextControl.OnTextFieldDoubleClicked | Raises the TextFieldDoubleClicked event. | |
| WPF.TextControl.OnTextFieldEntered | Raises the TextFieldEntered event. | |
| WPF.TextControl.OnTextFieldLeft | Raises the TextFieldLeft event. |
| Event | Description | |
| TextControl.TextFieldChanged | Occurs when the text of a text field has been changed. | |
| TextControl.TextFieldClicked | Occurs when a text field has been clicked on. | |
| TextControl.TextFieldCreated | Occurs when a text field has been pasted from the clipboard. | |
| TextControl.TextFieldDeleted | Occurs when a text field has been deleted. | |
| TextControl.TextFieldDoubleClicked | Occurs when a text field has been double-clicked on. | |
| TextControl.TextFieldEntered | Occurs when the current input position has been moved to a position that belongs to a text field. | |
| TextControl.TextFieldLeft | Occurs when the current input position has left a text field. | |
| WPF.TextControl.TextFieldChanged | Occurs when the text of a text field has been changed. | |
| WPF.TextControl.TextFieldClicked | Occurs when a text field has been clicked on. | |
| WPF.TextControl.TextFieldCreated | Occurs when a text field has been pasted from the clipboard. | |
| WPF.TextControl.TextFieldDeleted | Occurs when a text field has been deleted. | |
| WPF.TextControl.TextFieldDoubleClicked | Occurs when a text field has been double-clicked on. | |
| WPF.TextControl.TextFieldEntered | Occurs when the current input position has been moved to a position that belongs to a text field. | |
| WPF.TextControl.TextFieldLeft | Occurs when the current input position has left a text field. |