Information about a selection form field. Is needed by the event argument class SelectionFormFieldEventArgs.

Syntax

undefined

Introduced: 30.0.

Constructors

Constructor Description
SelectionFormFieldInfo Initializes a new instance of the SelectionFormFieldInfo class.

Properties

Property Description
bounds The bounding rectangle of a text field.
(Inherited from TextFieldInfo)
containsInputPosition Returns true if the Textfield contains the current text input position.
(Inherited from TextFieldInfo)
deleteable Specifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited.
(Inherited from TextFieldInfo)
doubledInputPosition Specifies whether a text field has a doubled input position in front of its first character and behind its last character.
(Inherited from TextFieldInfo)
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.
(Inherited from TextFieldInfo)
formattingBounds The formatting rectangle of a text field.
(Inherited from TextFieldInfo)
id The identifier of the text field.
(Inherited from TextFieldInfo)
isSpellCheckingEnabled Specifies whether a text field's text is checked on misspelled words.
(Inherited from TextFieldInfo)
length The number of characters in the text field.
(Inherited from TextFieldInfo)
name The text field's name.
(Inherited from TextFieldInfo)
showActivated Specifies whether a text field toggles its background to gray, if the current input position is in the field.
(Inherited from TextFieldInfo)
start The 1-based first character position of the text field.
(Inherited from TextFieldInfo)
text The text field's text content.
(Inherited from TextFieldInfo)
type The field type ("APPLICATIONFIELD" or "TEXTFIELD").
(Inherited from TextFieldInfo)