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. |