The TextField type exposes the following members.

Constructors

  NameDescription
Public methodTextField
Create a new Text field.

Methods

  NameDescription
Public methodAccept
Accept this field.
(Overrides Field..::..Accept(FieldVisitor, Object).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetValue
Reset the value to the default value.
(Inherited from ValueField.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCalculateAction
An action executed the reflect changes in other field value changes.
(Inherited from ValueField.)
Public propertyComb
If set, the field is automatically divided into as many equally spaced positions, or combs, as the value of MaxLength, and the text is laid out into those combs.
Public propertyDefaultValue
The default value associated with this field.
(Inherited from ValueField.)
Public propertyDoNotScroll
Specifies whether long text must be scrolled.
Public propertyExport
This field is included when the form is exported or submitted.
(Inherited from Field.)
Public propertyFileSelect
Specifies whether this text field is used to enter a pathname of a file.
Public propertyFormatAction
The action that will be executed before a field is displayed.
(Inherited from ValueField.)
Public propertyFormattedValue
The Formatted Value.
(Overrides ValueField..::..FormattedValue.)
Public propertyFullName
The fully qualified name for this field.
(Inherited from Field.)
Public propertyKeyStrokeAction
An action that will be executed when a user types a key-stoke (or an other item is selected from a list).
(Inherited from ValueField.)
Public propertyMappingName
Used when exporting data from the document.
(Inherited from Field.)
Public propertyMaxLength
The maximum characters that may be entered into this text field.
Public propertyMultiline
Specifies whether the text span multiple lines
Public propertyReadOnly
Read-only state of this field.
(Inherited from Field.)
Public propertyRequiredMode
The required mode for this field.
(Inherited from Field.)
Public propertyRichText
Specifies whether the text may include styling (also known as rich text)
Public propertySpellCheckAllowed
Specifies whether spell-checking is allowed on this field.
Public propertyToolTip
The name of the field as used in the user interface.
(Inherited from Field.)
Public propertyValidateAction
An action that will be executed for field value validation (when setting the value).
(Inherited from ValueField.)
Public propertyValue
The value associated with this field.
(Inherited from ValueField.)
Public propertyWidgets
The asociated widgets for this field.
(Inherited from Field.)
Public propertyXfaInfo
Additional XFA specific information for this field.
(Inherited from Field.)

See Also